Skip to content

Commit

Permalink
Removed slack message (#151)
Browse files Browse the repository at this point in the history
* Moved into messaging directly

* Moved into messaging directly

* removed commit messaging
  • Loading branch information
dcbickfo authored Jan 9, 2024
1 parent 314de35 commit e66d5ad
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions deploy/eks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ runs:
branch="${branch#refs/heads/}"
fi
echo "branch=${branch}" >> $GITHUB_OUTPUT
- name: Get commit message
id: get-commit-msg
shell: bash
run: |
echo "msg=`echo '${{ toJson(github.event.head_commit.message) }}'`" >> $GITHUB_OUTPUT
- name: Get short sha
id: get-short-sha
run: echo "short_sha=`echo ${GITHUB_SHA::7}`" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -132,13 +127,6 @@ runs:
}
]
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Commit Message*\n${{ steps.get-commit-msg.outputs.msg }}"
}
},
{
"type": "context",
"elements": [
Expand Down Expand Up @@ -211,13 +199,6 @@ runs:
}
]
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Commit Message*\n${{ steps.get-commit-msg.outputs.msg }}"
}
},
{
"type": "context",
"elements": [
Expand Down

0 comments on commit e66d5ad

Please sign in to comment.