We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b51ac commit 6f1c34bCopy full SHA for 6f1c34b
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
ALL_PRS=$(gh pr list \
34
--state open \
35
--json number,body,createdAt \
36
- --jq '[.[] | select(.createdAt > "$TAG_DATE") | .number]'
+ --jq '[.[] | select(.createdAt > "'$TAG_DATE'") | .number]'
37
)
38
echo "Found PRs: $ALL_PRS"
39
0 commit comments