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 ba72819 commit 487e20dCopy full SHA for 487e20d
.github/workflows/deploy-readme.yml
@@ -21,9 +21,8 @@ jobs:
21
22
- name: 📤 Commit and push index.html
23
run: |
24
- git config user.name "github-actions"
25
- git config user.email "[email protected]"
26
-
27
- git add index.html .nojekyll
+ git config user.name "github-actions[bot]"
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git add index.html
28
git commit -m "Auto-update index.html from ZedGraph/README.md" || echo "No changes to commit"
29
git push
0 commit comments