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 09189e3 commit 80c5e4dCopy full SHA for 80c5e4d
.github/workflows/test-code-samples.yaml
@@ -28,8 +28,4 @@ jobs:
28
curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \
29
-H "Content-Type: application/json" \
30
-H "Authorization: Bearer $APIFY_TOKEN" \
31
- -d '{
32
- "input": {
33
- "branch": "'"$BRANCH_NAME"'"
34
- }
35
- }'
+ -d '{ "branch": "'"$BRANCH_NAME"'" }'
0 commit comments