From e0b3896865a7cd496636a541d448ebcd181ec54f Mon Sep 17 00:00:00 2001 From: Mihails Date: Fri, 20 Dec 2024 09:49:24 +0100 Subject: [PATCH] fix action --- .github/workflows/test-code-samples.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-code-samples.yaml b/.github/workflows/test-code-samples.yaml index f37992f75..01fbb480c 100644 --- a/.github/workflows/test-code-samples.yaml +++ b/.github/workflows/test-code-samples.yaml @@ -26,11 +26,11 @@ jobs: APIFY_TOKEN: ${{ secrets.APIFY_TOKEN }} BRANCH_NAME: ${{ env.branch_name }} run: | - curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/runs" \ + curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $APIFY_TOKEN" \ -d '{ "input": { - "branchName": "'"$BRANCH_NAME"'" + "branch": "'"$BRANCH_NAME"'" } }'