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