Skip to content

Commit a3a1c77

Browse files
committed
syntax
1 parent ac3c0c3 commit a3a1c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
echo "$TAG_DATE"
2727
2828
PR_DATA=$(gh pr list \
29-
--search "is:pr is:open created:>=$TAG_DATE \
29+
--search "is:pr is:open created:>=$TAG_DATE" \
3030
--json number,body \
3131
--jq '.[] | select(.body != null and (.body | test("issues/\\d+"))) | [.body | scan("issues/(\\d+)"; "g")] | .[]'
3232
)
3333
echo "Found PRs:"
3434
echo "$PR_DATA"
3535
gh pr list \
36-
--search "is:pr is:open created:>=$TAG_DATE \
36+
--search "is:pr is:open created:>=$TAG_DATE" \
3737
--json number,body \
3838
--jq '.[] | select(.body != null and (.body | test("issues/\\d+"))) | [.body | scan("issues/(\\d+)"; "g")] | .[]' \
3939
| while read issue_number; do

0 commit comments

Comments
 (0)