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 1ab05b9 commit a3ebfc4Copy full SHA for a3ebfc4
.github/workflows/patch.yml
@@ -31,7 +31,7 @@ jobs:
31
32
runs-on: ubuntu-latest
33
34
- if: $COMMIT_COUNT >= 500
+ if: ${{jobs.setup-env.env.COMMIT_COUNT >= 500}}
35
steps:
36
- uses: actions/checkout@v5
37
with:
0 commit comments