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