Skip to content

Commit

Permalink
Set fetch-depth...?
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Nov 12, 2023
1 parent a8a6aee commit f0ab89f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Relative diff
run: |
git diff --name-only $GITHUB_BASE_REF | tee git.diff
git diff ${{ github.base_ref }}..${{ github.head_ref }} | tee git.diff
- uses: dtolnay/rust-toolchain@master
with:
toolchain: beta
Expand Down

0 comments on commit f0ab89f

Please sign in to comment.