Skip to content

Commit 3791d77

Browse files
committed
CI: Fix label-pull-requests-all workflow (shell syntax error)
1 parent ee3a025 commit 3791d77

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)