Skip to content

Commit 1ab05b9

Browse files
authored
Update patch.yml
1 parent b84919c commit 1ab05b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
runs-on: ubuntu-latest
3333

34-
if: ${{COMMIT_COUNT >= 500}}
34+
if: $COMMIT_COUNT >= 500
3535
steps:
3636
- uses: actions/checkout@v5
3737
with:

0 commit comments

Comments
 (0)