Skip to content

Commit a3ebfc4

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

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: ${{jobs.setup-env.env.COMMIT_COUNT >= 500}}
3535
steps:
3636
- uses: actions/checkout@v5
3737
with:

0 commit comments

Comments
 (0)