Skip to content

Commit e66f118

Browse files
committed
fix URL
1 parent 601bea4 commit e66f118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-code-samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
APIFY_TOKEN: ${{ secrets.APIFY_TOKEN }}
2727
BRANCH_NAME: ${{ env.branch_name }}
2828
run: |
29-
curl -X POST "https://api.apify.com/v2/actors/X8D0L4wfpO8fCL1uL/runs" \
29+
curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/runs" \
3030
-H "Content-Type: application/json" \
3131
-H "Authorization: Bearer $APIFY_TOKEN" \
3232
-d '{

0 commit comments

Comments
 (0)