Skip to content

Commit

Permalink
improve curl request
Browse files Browse the repository at this point in the history
  • Loading branch information
m-murasovs committed Dec 20, 2024
1 parent 09189e3 commit 80c5e4d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-code-samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,4 @@ jobs:
curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $APIFY_TOKEN" \
-d '{
"input": {
"branch": "'"$BRANCH_NAME"'"
}
}'
-d '{ "branch": "'"$BRANCH_NAME"'" }'

0 comments on commit 80c5e4d

Please sign in to comment.