We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954d5ce commit b0cb3e9Copy full SHA for b0cb3e9
.github/actions/release-slack-bot/action.yml
@@ -23,4 +23,5 @@ runs:
23
Actor: `${{ github.triggering_actor }}`
24
Author: `${{ github.event.head_commit.author.username }}`
25
${{ format('Commit: <{0}/{1}/commit/{2}|{1}@{2}>', github.server_url, github.repository, github.sha) || ''}}
26
+ View <${{ format('{0}/{1}/releases/tag/{2}', github.server_url, github.repository, inputs.release-tag) }}|Github Release>
27
View <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|GHA logs>
0 commit comments