We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f625fa0 commit 9de3107Copy full SHA for 9de3107
.github/workflows/close-jira-issue.yml
@@ -27,7 +27,7 @@ jobs:
27
echo "JIRA_KEY=$JIRA_KEY" >> $GITHUB_ENV
28
29
- name: Print final JIRA_KEY (debug)
30
- run: echo "Final JIRA_KEY = ${{ env.JIRA_KEY }}"
+ run: echo "> Final JIRA_KEY = ${{ env.JIRA_KEY }}"
31
32
- name: Close Jira issue
33
if: ${{ env.JIRA_KEY != '' }}
0 commit comments