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.
2 parents 74e17c4 + 7906834 commit 9b28f90Copy full SHA for 9b28f90
1 file changed
.github/workflows/version.yaml
@@ -29,6 +29,7 @@ jobs:
29
--base 'main' \
30
--json title \
31
--jq 'length')
32
+ echo $prs
33
if ((prs > 0)); then
34
echo "exists=true" >> "$GITHUB_OUTPUT"
35
fi
0 commit comments