1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

remove --unshallow

This commit is contained in:
Shuting Zhao 2020-11-24 15:24:35 -08:00
parent 276e863fa7
commit 9399adeb0f

View file

@ -53,9 +53,6 @@ jobs:
with:
fetch-depth: 0
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v2
with: