We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdc4338 + f323b39 commit 026fc11Copy full SHA for 026fc11
1 file changed
.github/workflows/jira_issue_on_open.yml
@@ -176,7 +176,7 @@ jobs:
176
echo "jira_browse_url=${JIRA_BASE_URL}/browse/${JIRA_KEY}" >> "$GITHUB_OUTPUT"
177
178
- name: Comment Jira link back on the GitHub issue
179
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
180
env:
181
JIRA_KEY: ${{ steps.jira.outputs.jira_key }}
182
JIRA_URL: ${{ steps.jira.outputs.jira_browse_url }}
0 commit comments