Skip to content

Commit

Permalink
Merge branch 'yakkun-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrobot47 committed Jul 10, 2020
2 parents ca2febb + e5789bc commit 32abec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export SLACK_ICON=${SLACK_ICON:-"https://avatars0.githubusercontent.com/u/437421
export SLACK_USERNAME=${SLACK_USERNAME:-"rtBot"}
export CI_SCRIPT_OPTIONS="ci_script_options"
export SLACK_TITLE=${SLACK_TITLE:-"Message"}
export COMMIT_MESSAGE=$(cat "$GITHUB_EVENT_PATH" | jq .commits | jq '.[0].message' -r)
export COMMIT_MESSAGE=$(cat "$GITHUB_EVENT_PATH" | jq -r '.commits[-1].message')

hosts_file="$GITHUB_WORKSPACE/.github/hosts.yml"

Expand Down

0 comments on commit 32abec3

Please sign in to comment.