Skip to content

Commit 4b804f8

Browse files
sha fixes
1 parent f87f033 commit 4b804f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
env:
5555
ACCESS_TOKEN: ${{ inputs.access_token }}
5656
REPO_NAME: ${{ github.repository }}
57-
COMMIT_ID: ${{ github.event.pull_request.head.sha }}
57+
COMMIT_ID: ${{ github.event.pull_request.head.sha || github.sha }}
5858
BRANCH: ${{ github.ref_name }}
5959
INCLUDE_PATHS: ${{ inputs.include_paths }}
6060
EXCLUDE_PATHS: ${{ inputs.exclude_paths }}

0 commit comments

Comments
 (0)