From 96f4934814952f642e664395a5c0353e84a3edbc Mon Sep 17 00:00:00 2001 From: Shubham Kumar Date: Sun, 17 Jul 2022 14:20:48 +0530 Subject: [PATCH] chore: refactor --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 64ecea6..03c57f7 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: with: go-version: '1.18' - - run: go mod init ${{ github.action_path }}/ + - run: go mod init ${{ github.action_path }} shell: bash - run: go mod tidy