We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3809e8 commit af16220Copy full SHA for af16220
.github/workflows/release_notice.yml
@@ -19,7 +19,8 @@ jobs:
19
# This data can be any valid JSON from a previous step in the GitHub Action
20
payload: |
21
{
22
- "tag_name": "${{ github.event.release.tag_name}}",
+ "repository": "${{ github.repository }}"
23
+ "tag_name": "${{ github.event.release.tag_name }}",
24
"actor": "${{ github.actor }}",
25
"body": "${{ toJSON(github.event.release.body) }}",
26
"html_url": "${{ github.event.release.html_url }}"
0 commit comments