diff --git a/.github/workflows/dependabot-make-presubmit.yml b/.github/workflows/dependabot-make-presubmit.yml index be29b6c7..ddd59903 100644 --- a/.github/workflows/dependabot-make-presubmit.yml +++ b/.github/workflows/dependabot-make-presubmit.yml @@ -53,6 +53,6 @@ jobs: run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git add go.mod go.sum + git add -A git commit -m "Run make presubmit for Dependabot PR" git push