Skip to content

Commit

Permalink
fix: Moved into messaging directly (#150)
Browse files Browse the repository at this point in the history
* Moved into messaging directly

* Moved into messaging directly
  • Loading branch information
dcbickfo authored Jan 9, 2024
1 parent ec08612 commit 314de35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/eks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
id: get-commit-msg
shell: bash
run: |
echo "msg=`echo '${{ github.event.head_commit.message }}' | head -1`" >> $GITHUB_OUTPUT
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

0 comments on commit 314de35

Please sign in to comment.