Skip to content

Commit

Permalink
chore(ci): fix issue related to wrong git ref was used for changed fi…
Browse files Browse the repository at this point in the history
…les calculations
  • Loading branch information
overbit committed Mar 18, 2024
1 parent 938284b commit c79a4f6
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 c79a4f6

Please sign in to comment.