Skip to content

Commit

Permalink
add change to trigger flow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-murasovs committed Dec 20, 2024
1 parent 68bc6d5 commit b52772f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ const apifyClient = new ApifyClient({
const { items } = await apifyClient
.actor('<ACTOR ID>')
.builds()
.list();
.list('test');

console.log(items);

0 comments on commit b52772f

Please sign in to comment.