Skip to content

Commit

Permalink
gha(update-docs-webhook): fix workflow syntax (#50778)
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos authored Jan 8, 2025
1 parent c07a350 commit 7f11952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Call deployment webhook
env:
WEBHOOK_URL: ${{ secrets[AMPLIFY_DOCS_DEPLOY_HOOK] }}
WEBHOOK_URL: ${{ secrets["AMPLIFY_DOCS_DEPLOY_HOOK"] }}
run: |
if curl -X POST --silent --fail --show-error "$WEBHOOK_URL" > /dev/null; then
echo "Triggered successfully"
Expand Down

0 comments on commit 7f11952

Please sign in to comment.