Skip to content

Commit

Permalink
Try again to diff against main
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Nov 12, 2023
1 parent 425f883 commit adb5b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Relative diff
run: |
git branch -av
git diff ${{ github.base_ref }}..${{ github.head_ref }} | tee git.diff
git diff origin/${{ github.base_ref }}.. | tee git.diff
- uses: dtolnay/rust-toolchain@master
with:
toolchain: beta
Expand Down

0 comments on commit adb5b85

Please sign in to comment.