From b202c8410a714ffde227618e6d0f01f68bb33598 Mon Sep 17 00:00:00 2001 From: lenisko <10072920+lenisko@users.noreply.github.com> Date: Sat, 24 Jun 2023 17:58:04 +0200 Subject: [PATCH] fix: workflow:gosum fix path --- .github/workflows/gosum.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosum.yml b/.github/workflows/gosum.yml index d2983c9..cbb0ca0 100644 --- a/.github/workflows/gosum.yml +++ b/.github/workflows/gosum.yml @@ -19,7 +19,7 @@ jobs: echo "Tag version: ${GITHUB_REF#refs/tags/}" id: tag_version - name: Check Go module sum - run: curl https://sum.golang.org/lookup/github.com/pupitar/gohbem@${TAG_VERSION} + run: curl https://sum.golang.org/lookup/github.com/UnownHash/gohbem@${TAG_VERSION} env: TAG_VERSION: ${{ steps.tag_version.outputs.text }} - name: Print cURL body