Make sure the container has full history.

This commit is contained in:
clienthax
2022-03-05 15:21:44 +00:00
parent 7998664747
commit 2f40d0a318

View File

@@ -33,7 +33,9 @@ jobs:
name: "Build Docker image"
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "clean build artifacts"
run: git clean -dfx
- name: update dotnet core sdk