File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
- name : restrict action to labelled issues and issue comments
43
43
shell : bash
44
44
run : |
45
- set -eux
45
+ set -eu
46
46
47
47
echo "NeedsJiraUpdate=false" >> $GITHUB_ENV
48
48
71
71
toconsider=true
72
72
fi
73
73
if [ "${toconsider}" == false ]; then
74
- echo "Our desired label not found on issue or not unlabeled , skipping"
74
+ echo "Our desired label '${{ inputs.label }}' is not found on the issue , skipping"
75
75
exit 0
76
76
fi
77
77
@@ -142,7 +142,7 @@ runs:
142
142
"key": "${{ inputs.JIRA_PROJECT_KEY }}"
143
143
},
144
144
"summary": "${{ github.event.issue.title }}",
145
- "description": " ${{ steps.convert_markdown.outputs.description }}" ,
145
+ "description": ${{ steps.convert_markdown.outputs.description }},
146
146
"issuetype": {
147
147
"name": "${{ inputs.JIRA_ISSUE_TYPE }}"
148
148
},
You can’t perform that action at this time.
0 commit comments