diff --git a/.github/workflows/deploy test.yml b/.github/workflows/deploy test.yml index 027c5b75377..d59120ff87d 100644 --- a/.github/workflows/deploy test.yml +++ b/.github/workflows/deploy test.yml @@ -17,13 +17,13 @@ jobs: with: fetch-depth: 0 - - uses: nrwl/nx-set-shas@v4 - id: last_successful_commit_push + - uses: younited/detect-branch-changes-action@v0.2.0 + id: forkpoint - id: changed-files uses: tj-actions/changed-files@v45 with: - base_sha: ${{ steps.last_successful_commit_push.outputs.base }} + base_sha: ${{ steps.forkpoint.outputs.fork_point_sha }} files: | components/**/*.lua standard/**/*.lua