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 b6f04df commit babd67aCopy full SHA for babd67a
.github/actions/check-release/action.yml
@@ -25,7 +25,7 @@ runs:
25
elif [ "$EVENT_NAME" = "merge_group" ]; then
26
echo "TARGET=$(git rev-parse HEAD^)" >> "$GITHUB_OUTPUT"
27
else
28
- echo "::error::This action only supports `pull_request` and `merge_group` events."
+ echo "::error::This action only supports \`pull_request\` and \`merge_group\` events."
29
exit 1
30
fi
31
0 commit comments