Skip to content

Commit

Permalink
Updated the message
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 8, 2023
1 parent 77b1f1c commit 25e6f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commitSha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export const getSHAForPullRequestEvent = async (
github.context.payload.action === 'synchronize'
) {
throw Error(
'Unable to locate the previous commit in the local history. Please ensure to [checkout pull request HEAD commit instead of merge commit](https://github.com/actions/checkout/blob/main/README.md#checkout-pull-request-head-commit-instead-of-merge-commit)'
'Unable to locate the previous commit in the local history. Please ensure to checkout pull request HEAD commit instead of the merge commit. See: https://github.com/actions/checkout/blob/main/README.md#checkout-pull-request-head-commit-instead-of-merge-commit)'
)
} else {
core.info(
Expand Down

0 comments on commit 25e6f29

Please sign in to comment.