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