diff --git a/.github/workflows/turbo-affected-reusable.yml b/.github/workflows/turbo-affected-reusable.yml index 7cfff9616d83..def0c2544e9b 100644 --- a/.github/workflows/turbo-affected-reusable.yml +++ b/.github/workflows/turbo-affected-reusable.yml @@ -52,7 +52,7 @@ jobs: core.exportVariable("head_branch", newHeadBranch); core.exportVariable("base_branch", newBaseBranch); - - uses: ./tools/actions/turbo-affected + - uses: LedgerHQ/ledger-live/tools/actions/turbo-affected@develop id: affected with: ref: ${{ format('origin/{0}', inputs.base_branch) }}