Skip to content

Commit

Permalink
fetch-depth to checkout branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mproch committed Jan 20, 2021
1 parent 95184c7 commit d2127e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: test
shell: bash
run: git status
- name: Cache ivy packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit d2127e6

Please sign in to comment.