Skip to content

Commit

Permalink
Fix towncrier not finding default branch in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhetter committed Mar 27, 2023
1 parent 58d653e commit 007d995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 007d995

Please sign in to comment.