From 968feb931c591ec00088848d921b685efc6d2c01 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Tue, 3 Oct 2023 00:15:55 +0300 Subject: [PATCH] update workflow Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/autoupdate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index 57c2f168..4ebe32ec 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -17,6 +17,9 @@ jobs: go-version: 1.21 - name: checkout uses: https://gitea.com/actions/checkout@v3 + with: + fetch-depth: 2 + - run: git checkout HEAD^ - name: get pkgdashcli run: GOPROXY=direct GONOSUMDB="git.unistack.org/*" GONOPROXY="git.unistack.org/*" GOBIN=/bin go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest - name: pkgdashcli check