Skip to content

Commit 48b0c57

Browse files
authored
Update patch.yml
1 parent a3ebfc4 commit 48b0c57

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

0 commit comments

Comments
 (0)