We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8af91 commit 7610cb9Copy full SHA for 7610cb9
.github/workflows/release-notify.yml
@@ -185,8 +185,10 @@ jobs:
185
method: POST
186
payload: |
187
{
188
- "issues": ${{ steps.extract_jira_tickets.outputs.formatted_jira_tickets }},
189
"data": {
190
- "releaseVersion": "${{ inputs.jira_product_name }}_${{ inputs.release_version }}"
+ "issues": ${{ steps.extract_jira_tickets.outputs.formatted_jira_tickets }},
+ "data": {
191
+ "releaseVersion": "${{ inputs.jira_product_name }}_${{ inputs.release_version }}"
192
+ }
193
}
194
0 commit comments