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.
2 parents 801aa53 + 6c2cb40 commit 4c9e89aCopy full SHA for 4c9e89a
.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:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@technote-space/github-action-helper",
3
- "version": "3.2.0",
+ "version": "3.2.1",
4
"description": "Helper to filter GitHub Action.",
5
"author": {
6
"name": "Technote",
0 commit comments