Skip to content

Commit 17be840

Browse files
author
Ryan Lymburner
authored
Update dependabot to commit all modified files (#826)
1 parent 15fcadf commit 17be840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-make-presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
run: |
5454
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
5555
git config --local user.name "github-actions[bot]"
56-
git add go.mod go.sum
56+
git add -A
5757
git commit -m "Run make presubmit for Dependabot PR"
5858
git push

0 commit comments

Comments
 (0)