Skip to content

Commit

Permalink
fix(deploy) Use correct "forkpoint" to determine branch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbergen authored Oct 15, 2024
1 parent 2e1edea commit fbf1263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v4
id: last_successful_commit_push
- uses: younited/[email protected]
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
Expand Down

0 comments on commit fbf1263

Please sign in to comment.