Skip to content

Commit 619405a

Browse files
committed
CI: Fix label-pull-requests-all workflow (remove double ')
1 parent ece0466 commit 619405a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-pull-requests-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# Get all Pull Request numbers
2020
- run: |
21-
listOpenIssues="$(gh pr list --repo andygrunwald/go-jira --state open --limit 100 --json number --jq ''.[].number')"
21+
listOpenIssues="$(gh pr list --repo andygrunwald/go-jira --state open --limit 100 --json number --jq '.[].number')"
2222
2323
echo 'LIST_OPEN_ISSUES='$listOpenIssues >> $GITHUB_ENV
2424
env:

0 commit comments

Comments
 (0)