From f06ef9e132c453840c526b3a9db342b36c490e47 Mon Sep 17 00:00:00 2001 From: Sashwat K Date: Fri, 14 Jun 2024 22:15:44 +0530 Subject: [PATCH] fix: github actions --- .github/workflows/update_go_modules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_go_modules.yml b/.github/workflows/update_go_modules.yml index 62543f1..7e15742 100644 --- a/.github/workflows/update_go_modules.yml +++ b/.github/workflows/update_go_modules.yml @@ -106,6 +106,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update Go modules and Go version to the latest version branch: ${{ env.BRANCH_NAME }} + base: main title: Update Go modules and Go version body: file://pr_body.md labels: go-modules, automated-update