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 e66f118 commit e0b3896Copy full SHA for e0b3896
.github/workflows/test-code-samples.yaml
@@ -26,11 +26,11 @@ jobs:
26
APIFY_TOKEN: ${{ secrets.APIFY_TOKEN }}
27
BRANCH_NAME: ${{ env.branch_name }}
28
run: |
29
- curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/runs" \
+ curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \
30
-H "Content-Type: application/json" \
31
-H "Authorization: Bearer $APIFY_TOKEN" \
32
-d '{
33
"input": {
34
- "branchName": "'"$BRANCH_NAME"'"
+ "branch": "'"$BRANCH_NAME"'"
35
}
36
}'
0 commit comments