Skip to content

Commit

Permalink
specify diff between main and PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
avanlinden committed Apr 8, 2024
1 parent 6d9158a commit 7bfab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schema-convert-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: List changed attributes
run: git diff --name-only > ./tests/changed-files.txt
run: git diff --name-only --merge-base origin/main ${ github.ref_name } > ./tests/changed-files.txt

- name: Identify changed manifests
working-directory: tests
Expand Down

0 comments on commit 7bfab31

Please sign in to comment.