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 b52772f commit 25008d7Copy full SHA for 25008d7
.github/workflows/test-code-samples.yaml
@@ -17,7 +17,7 @@ jobs:
17
env:
18
# APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
19
APIFY_TOKEN: apify_api_cUpIjxWrtMdy6Ctqnz9PhYyTjdqWcI4tjFTr
20
- BRANCH_NAME: ${{ github.ref_name }}
+ BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
21
run: |
22
curl --fail-with-body -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \
23
-H "Content-Type: application/json" \
0 commit comments