Skip to content

Commit

Permalink
ci(#49):
Browse files Browse the repository at this point in the history
correct diff algorithm

Signed-off-by: Bryant Finney <[email protected]>
  • Loading branch information
bryant-finney committed Oct 28, 2023
1 parent 791465c commit 88bbc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
printf "%s\n" "${{ env.DOCKER_FILES }}" | sort >$TYPES_DIR/docker-files.txt
- name: 📝 List changes
run: git diff --name-only ${{ github.base_ref }} ${{ github.head_ref }} | sort >/tmp/changes.txt
run: gh pr diff --name-only ${{ github.event.number }} | sort >/tmp/changes.txt

- name: ❔ Compare
id: compare
Expand Down

0 comments on commit 88bbc17

Please sign in to comment.