We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928f1c5 commit c68757aCopy full SHA for c68757a
.github/workflows/perform-release.yml
@@ -120,7 +120,7 @@ jobs:
120
ANNOUNCING_ID: ${{ inputs.slack-announcing-id }}
121
WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}
122
run: |
123
- curl -X POST '$WEBHOOK_URL' -H 'Content-Type: application/json' -d '{ text: "$ANNOUNCING_ID `$VERSION` is available now" }' || true
+ curl -X POST '${{ env.WEBHOOK_URL }}' -H 'Content-Type: application/json' -d '{ "text": "${{ env.ANNOUNCING_ID }} `${{ env.VERSION }}` is available now" }' || true
124
next-development-version:
125
name: Next Development Version
126
runs-on: ubuntu-latest
0 commit comments