We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ccc7d commit 4cc98cdCopy full SHA for 4cc98cd
1 file changed
.github/workflows/docs-autofix.yml
@@ -59,8 +59,8 @@ jobs:
59
- name: Commit and push changes
60
if: steps.check_changes.outputs.changed == 'true'
61
run: |
62
- git config --local user.email "action@github.com"
63
- git config --local user.name "GitHub Action"
+ git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --local user.name "github-actions[bot]"
64
git add docs
65
git commit -m "docs: normalize image paths and update references [skip ci]"
66
- git push
+ git push origin master
0 commit comments