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 f87f033 commit 4b804f8Copy full SHA for 4b804f8
action.yml
@@ -54,7 +54,7 @@ runs:
54
env:
55
ACCESS_TOKEN: ${{ inputs.access_token }}
56
REPO_NAME: ${{ github.repository }}
57
- COMMIT_ID: ${{ github.event.pull_request.head.sha }}
+ COMMIT_ID: ${{ github.event.pull_request.head.sha || github.sha }}
58
BRANCH: ${{ github.ref_name }}
59
INCLUDE_PATHS: ${{ inputs.include_paths }}
60
EXCLUDE_PATHS: ${{ inputs.exclude_paths }}
0 commit comments