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