Skip to content

Commit e0b3896

Browse files
committed
fix action
1 parent e66f118 commit e0b3896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
APIFY_TOKEN: ${{ secrets.APIFY_TOKEN }}
2727
BRANCH_NAME: ${{ env.branch_name }}
2828
run: |
29-
curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/runs" \
29+
curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \
3030
-H "Content-Type: application/json" \
3131
-H "Authorization: Bearer $APIFY_TOKEN" \
3232
-d '{
3333
"input": {
34-
"branchName": "'"$BRANCH_NAME"'"
34+
"branch": "'"$BRANCH_NAME"'"
3535
}
3636
}'

0 commit comments

Comments
 (0)