Skip to content

Commit f984e41

Browse files
committed
fix: commit
1 parent ae8024a commit f984e41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update_dashboard.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
6363
- name: Commit and push dashboard.md
6464
run: |
65+
git config user.email "actions@github.com"
66+
git config user.name "GitHub Actions"
6567
git add dashboard.md
6668
git commit -m "Update dashboard.md [skip ci]" || echo "No changes to commit"
67-
git push origin dashboard
69+
git push --set-upstream origin dashboard

0 commit comments

Comments
 (0)