fix(workflow): Add missing comma in release-patch-0-from-comment.yml (#11588)

This commit is contained in:
matt korwel
2025-10-21 10:38:30 -07:00
committed by GitHub
parent f4080b6037
commit 14867c7c14

View File

@@ -89,7 +89,7 @@ jobs:
inputs: {
commit: '${{ steps.pr_status.outputs.MERGE_COMMIT_SHA }}',
channel: channel,
original_pr: '${{ github.event.issue.number }}'
original_pr: '${{ github.event.issue.number }}',
environment: 'prod'
}
});