We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8497dd2 commit ce25210Copy full SHA for ce25210
.github/workflows/build-layers.yml
@@ -150,5 +150,5 @@ jobs:
150
if: ${{ env.sharpver != steps.version.outputs.prop }}
151
run: |
152
curl -X POST -H "Content-Type: application/json" \
153
- -d "{\"content\":\"🧠 Sharp Lambda Layer updated!\nVersion: \`${{ steps.version.outputs.prop }}\`\n<https://github.com/${{ github.repository }}/releases/tag/${{ steps.version.outputs.prop }}>\"}"
+ -d "{\"content\":\"🧠 Sharp Lambda Layer updated!\nVersion: \`${{ steps.version.outputs.prop }}\`\n<https://github.com/${{ github.repository }}/releases/tag/${{ steps.version.outputs.prop }}>\"}" \
154
"${{ secrets.DISCORD_WEBHOOK_URL }}"
0 commit comments