Skip to content

Commit 80c5e4d

Browse files
committed
improve curl request
1 parent 09189e3 commit 80c5e4d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@ jobs:
2828
curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \
2929
-H "Content-Type: application/json" \
3030
-H "Authorization: Bearer $APIFY_TOKEN" \
31-
-d '{
32-
"input": {
33-
"branch": "'"$BRANCH_NAME"'"
34-
}
35-
}'
31+
-d '{ "branch": "'"$BRANCH_NAME"'" }'

0 commit comments

Comments
 (0)