Skip to content

Commit 5c02463

Browse files
chore: sync workflows
1 parent 801aa53 commit 5c02463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: echo "::set-env name=RUNNING::"
1919
- name: Set running flag
2020
run: echo "::set-env name=RUNNING::1"
21-
if: github.event.pull_request.head.user.id == github.event.pull_request.base.user.id)
21+
if: github.event.pull_request.head.user.id == github.event.pull_request.base.user.id
2222
- uses: technote-space/load-config-action@v1
2323
if: env.RUNNING
2424
with:

0 commit comments

Comments
 (0)