From 65a1612b51d78dec58778f6c1cdd4c2f1d3e53b5 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sat, 30 Sep 2023 00:55:27 +0300 Subject: [PATCH] update Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index 29895619..d1a9bd3e 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -14,6 +14,6 @@ jobs: - name: checkout uses: https://gitea.com/actions/checkout@v3 - 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 + 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 run: /bin/pkgdashcli check \ No newline at end of file