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