Skip to content

Commit cd6667f

Browse files
Merge commit '4c9e89af6bbbaac7fba16250742bb40c8b1b541a' into release/next-v3.2.0
# Conflicts: # package.json
2 parents 13f9f1f + 4c9e89a commit cd6667f

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,7 +1,7 @@
11
{
22
"name": "@technote-space/github-action-helper",
33
"version": "3.2.1",
4-
"description": "Helper for GitHub Action.",
4+
"description": "Helper to filter GitHub Action.",
55
"author": {
66
"name": "Technote",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)