Skip to content

Commit 68bc6d5

Browse files
committed
test updated branch name getter
1 parent 0c798ae commit 68bc6d5

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- name: Checkout repository
17-
uses: actions/checkout@v3
18-
19-
- name: Get current branch name
20-
id: get-branch-name
21-
run: echo "branch_name=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
22-
2316
- name: Call Code Sample Tester Actor
2417
env:
25-
APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
26-
BRANCH_NAME: ${{ env.branch_name }}
18+
# APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
19+
APIFY_TOKEN: apify_api_cUpIjxWrtMdy6Ctqnz9PhYyTjdqWcI4tjFTr
20+
BRANCH_NAME: ${{ github.ref_name }}
2721
run: |
2822
curl --fail-with-body -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \
2923
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)