Checkout everything.

This commit is contained in:
Halvor Holsten Strand
2023-10-29 20:37:20 +01:00
parent febf380c57
commit 4406ba7f07

View File

@@ -19,6 +19,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Git - name: Setup Git
run: | run: |
git config --local user.email "action@github.com" git config --local user.email "action@github.com"