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