Skip to content

Commit 68bd6f4

Browse files
committed
a
1 parent f88254d commit 68bd6f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/trigger-deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Trigger Botasaurus Deployment
16-
run: curl -X POST -H "Content-Type: application/json" "$DEPLOYMENT_URL"
16+
run: |
17+
curl -X POST -H 'Content-Type: application/json' "$DEPLOYMENT_URL"
1718
env:
1819
DEPLOYMENT_URL: ${{ secrets.DEPLOYMENT_URL }}

0 commit comments

Comments
 (0)