File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 3535 commit_message : ${{ github.event.head_commit.message }}
3636 input_message : ${{ inputs.message }}
3737 run : |
38- echo "Made it here!"
3938 if [ "${{ inputs.status }}" = "success" ]; then
4039 echo "emoji=large_green_square" >> $GITHUB_OUTPUT
4140 echo "color=good" >> $GITHUB_OUTPUT
5958 commit_msg_line="Link to the latest commit in the repository"
6059 message=$(printf '<https://github.com/%s/commit/%s|%s>' "${{ inputs.repository }}" "${{ github.sha }}" "$commit_msg_line")
6160 fi
62-
63- {
64- echo "message<<EOF"
65- echo "$message"
66- echo "EOF"
67- } >> $GITHUB_OUTPUT
61+ echo "message=$message" >> $GITHUB_OUTPUT
6862
6963 author=${{ github.event.pusher.name }} # context from `push` trigger
7064 author=${author:-${{ github.event.sender.login }}} # context from `workflow_dispatch` trigger
You can’t perform that action at this time.
0 commit comments