Skip to content

Commit

Permalink
fix: fix default sha value
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Nov 8, 2023
1 parent 7e44fcd commit 26b3986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
default: 'true'
sha:
description: Commit SHA to check for. Defaults to head SHA.
default: ${{ github.event.pull_request.head.sha || github.context.sha }}
default: ${{ github.event.pull_request.head.sha || github.sha }}
github-token:
description: The GitHub token used to create an authenticated client.
default: ${{ github.token }}
Expand Down

0 comments on commit 26b3986

Please sign in to comment.