Skip to content

Commit

Permalink
Merge pull request #7948 from LedgerHQ/fix/tag-path-actions
Browse files Browse the repository at this point in the history
CI - Do not use relative path and tag the branch for github actions
  • Loading branch information
KVNLS authored Sep 30, 2024
2 parents 6464ba7 + 748fe68 commit f4957fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/turbo-affected-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}

0 comments on commit f4957fd

Please sign in to comment.