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 c6875c4 commit 984161cCopy full SHA for 984161c
.github/workflows/test-code-samples.yaml
@@ -15,8 +15,7 @@ jobs:
15
steps:
16
- name: Call Code Sample Tester Actor
17
env:
18
- # APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
19
- APIFY_TOKEN: apify_api_cUpIjxWrtMdy6Ctqnz9PhYyTjdqWcI4tjFTr
+ APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
20
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
21
REPO_OWNER: ${{ github.actor }}
22
run: |
apify-api/openapi/code_samples/javascript/act_builds_get.js
@@ -6,6 +6,6 @@ const apifyClient = new ApifyClient({
6
const { items } = await apifyClient
7
.actor('<ACTOR ID>')
8
.builds()
9
- .list('test');
+ .list();
10
11
console.log(items);
0 commit comments