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.
2 parents 72559b8 + 536ee41 commit e0a05ffCopy full SHA for e0a05ff
action.yml
@@ -50,7 +50,7 @@ runs:
50
commit_message=$(git log --format=%B -n 1 | head -n 1)
51
message="<https://github.com/${{ inputs.repository }}/commit/${{ github.sha }}|$commit_message>"
52
else
53
- commit_message=Link to the latest commit in the repository
+ commit_message="Link to the latest commit in the repository"
54
55
fi
56
echo "message=$message" >> $GITHUB_OUTPUT
0 commit comments