Skip to content

Commit b477e65

Browse files
committed
[skip changelog] Fix Jira grooming workflow typo in command
1 parent d9c198b commit b477e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/jira-issue.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Set label on Jira issue
4040
run: |
41-
jira label add
41+
jira labels add
4242
$(cat output | awk '{split($0,a," "); print a[2]}')
4343
grooming arduino-cli
4444

0 commit comments

Comments
 (0)