We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c198b commit b477e65Copy full SHA for b477e65
.github/workflows/jira-issue.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Set label on Jira issue
40
run: |
41
- jira label add
+ jira labels add
42
$(cat output | awk '{split($0,a," "); print a[2]}')
43
grooming arduino-cli
44
0 commit comments