Skip to content

Commit 235ca9b

Browse files
committed
test
1 parent 5670aa7 commit 235ca9b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ runs:
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
@@ -59,12 +58,7 @@ runs:
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

0 commit comments

Comments
 (0)