We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fcadf commit 17be840Copy full SHA for 17be840
.github/workflows/dependabot-make-presubmit.yml
@@ -53,6 +53,6 @@ jobs:
53
run: |
54
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
55
git config --local user.name "github-actions[bot]"
56
- git add go.mod go.sum
+ git add -A
57
git commit -m "Run make presubmit for Dependabot PR"
58
git push
0 commit comments