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