From 84aa23e832d62f6026a2c7a21c39821549c9d0a6 Mon Sep 17 00:00:00 2001 From: mbergen Date: Tue, 15 Oct 2024 11:04:30 +0200 Subject: [PATCH] ci: improve "forkpoint" to determine branch changes (#4871) fix(deploy) Use correct "forkpoint" to determine branch changes --- .github/workflows/deploy test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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