From 08c40ff7d5c6896d047b7fce141d031ce3fa3df1 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Tue, 3 Oct 2023 13:58:39 +0300 Subject: [PATCH] update workflow 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 7f01a4e5..f67ff748 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -21,4 +21,4 @@ jobs: - 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 - run: export && /bin/pkgdashcli check \ No newline at end of file + run: /bin/pkgdashcli check \ No newline at end of file