Skip to content

Commit

Permalink
ci: swap sha commands
Browse files Browse the repository at this point in the history
  • Loading branch information
janivo committed Dec 15, 2023
1 parent c0ff745 commit adcd419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- name: Track master branch to make nx affected work
run: |
git branch --track main origin/master
- uses: nrwl/nx-set-shas@v3
- name: Install dependencies
uses: ./.github/workflows/dependencies-install
- name: Check format
Expand Down

0 comments on commit adcd419

Please sign in to comment.