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:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Git
run: |
git config --local user.email "action@github.com"