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 801aa53 commit 5c02463Copy full SHA for 5c02463
.github/workflows/update-dependencies.yml
@@ -18,7 +18,7 @@ jobs:
18
run: echo "::set-env name=RUNNING::"
19
- name: Set running flag
20
run: echo "::set-env name=RUNNING::1"
21
- if: github.event.pull_request.head.user.id == github.event.pull_request.base.user.id)
+ if: github.event.pull_request.head.user.id == github.event.pull_request.base.user.id
22
- uses: technote-space/load-config-action@v1
23
if: env.RUNNING
24
with:
0 commit comments