Browse Source

Get the repo history

pull/889/head
Hamish Coleman 3 years ago
parent
commit
dfc1c85bce
  1. 3
      .github/workflows/debug.yml

3
.github/workflows/debug.yml

@ -17,6 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fix Checkout
run: |
git fetch --force --tags

Loading…
Cancel
Save