Skip to content

Commit 4c9e89a

Browse files
Merge pull request #298 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 801aa53 + 6c2cb40 commit 4c9e89a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Helper to filter GitHub Action.",
55
"author": {
66
"name": "Technote",

0 commit comments

Comments
 (0)