Skip to content

Commit

Permalink
Don't make shallow checkout when resetting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 29, 2020
1 parent 11767c2 commit e6ddcd9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Checkout action repo
uses: actions/checkout@v2
with:
token: '${{ secrets.CI_RESET_TEST_BRANCHES }}'
token: ${{ secrets.CI_RESET_TEST_BRANCHES }}
fetch-depth: 0

- name: Set up Python 3.9
uses: actions/setup-python@v2
Expand Down Expand Up @@ -93,7 +94,8 @@ jobs:
- name: Checkout action repo
uses: actions/checkout@v2
with:
token: '${{ secrets.CI_RESET_TEST_BRANCHES }}'
token: ${{ secrets.CI_RESET_TEST_BRANCHES }}
fetch-depth: 0

- name: Set up Python 3.9
uses: actions/setup-python@v2
Expand Down

0 comments on commit e6ddcd9

Please sign in to comment.