Skip to content

Commit

Permalink
Merge pull request #363 from amplication/fix/ci-nx-affected
Browse files Browse the repository at this point in the history
chore(ci): fix issue related to wrong git ref was used for changed files calculations
  • Loading branch information
mulygottlieb authored Mar 18, 2024
2 parents 938284b + c79a4f6 commit e16872b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nx.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: tj-actions/changed-files@v42
with:
files_ignore: package-lock.json
base_sha: ${{ steps.setSHAs.outputs.base }}
base_sha: ${{ env.NX_BASE }}
separator: ","

- name: Evaluate affected projects
Expand Down

0 comments on commit e16872b

Please sign in to comment.