Skip to content

Commit 333d315

Browse files
committed
Fix commit link
1 parent e5d7867 commit 333d315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
channel-id: ${{ vars.SLACK_CHANNEL_ID }}
6363
slack-message: |-
6464
<@channel>
65-
Release *v${{ inputs.version }}* is on the way :rocket: <${{ github.server_url }}/${{ github.actor }}|@${{ github.actor }}> | <${{ github.ref }}|commit>)
65+
Release *v${{ inputs.version }}* is on the way :rocket: <${{ github.server_url }}/${{ github.actor }}|@${{ github.actor }}> | <${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}|commit>)
6666
env:
6767
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
6868

0 commit comments

Comments
 (0)