Skip to content

Commit

Permalink
try reverting to previous version of nrwl/nx-set-shas action
Browse files Browse the repository at this point in the history
  • Loading branch information
hallieswan committed Mar 7, 2025
1 parent 2975632 commit d8044c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-agora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && github.event.pull_request.head.sha || github.ref }}

- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v4.2.1

- name: Set up the dev container
id: setup-dev-container
Expand Down

0 comments on commit d8044c4

Please sign in to comment.