Skip to content

Commit 14867c7

Browse files
authored
fix(workflow): Add missing comma in release-patch-0-from-comment.yml (#11588)
1 parent f4080b6 commit 14867c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-patch-0-from-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
inputs: {
9090
commit: '${{ steps.pr_status.outputs.MERGE_COMMIT_SHA }}',
9191
channel: channel,
92-
original_pr: '${{ github.event.issue.number }}'
92+
original_pr: '${{ github.event.issue.number }}',
9393
environment: 'prod'
9494
}
9595
});

0 commit comments

Comments
 (0)