We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72aab7 commit 5984976Copy full SHA for 5984976
1 file changed
.github/workflows/tag-release.yml
@@ -350,7 +350,7 @@ jobs:
350
body: |
351
## Info
352
[See code diff](${{ github.event.compare }})
353
- [Release workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
+ [Release workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) - Workflow ID: ${{ github.run_id }}
354
355
It was initialized by [${{ github.event.sender.login }}](${{ github.event.sender.html_url }})
356
0 commit comments