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 f88254d commit 68bd6f4Copy full SHA for 68bd6f4
.github/workflows/trigger-deployment.yml
@@ -13,6 +13,7 @@ jobs:
13
14
steps:
15
- name: Trigger Botasaurus Deployment
16
- run: curl -X POST -H "Content-Type: application/json" "$DEPLOYMENT_URL"
+ run: |
17
+ curl -X POST -H 'Content-Type: application/json' "$DEPLOYMENT_URL"
18
env:
19
DEPLOYMENT_URL: ${{ secrets.DEPLOYMENT_URL }}
0 commit comments