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 25008d7 commit cccf9bbCopy full SHA for cccf9bb
.github/workflows/test-code-samples.yaml
@@ -18,8 +18,9 @@ jobs:
18
# APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
19
APIFY_TOKEN: apify_api_cUpIjxWrtMdy6Ctqnz9PhYyTjdqWcI4tjFTr
20
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
21
+ REPO_OWNER: ${{ github.repository_owner }}
22
run: |
23
curl --fail-with-body -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \
24
-H "Content-Type: application/json" \
25
-H "Authorization: Bearer $APIFY_TOKEN" \
- -d '{ "branch": "'"$BRANCH_NAME"'" }'
26
+ -d '{ "branch": "'"$BRANCH_NAME"'", "repoOwner": "'"$REPO_OWNER"'" }'
0 commit comments