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 83506e6 commit b10136aCopy full SHA for b10136a
.github/workflows/replace-strings.yml
@@ -23,8 +23,8 @@ jobs:
23
24
- name: Commit changes
25
run: |
26
- git config --local user.name "github-actions"
27
- git config --local user.email "github-actions@github.com"
+ git config --local user.name "MilesONerd"
+ git config --local user.email "150525657+MilesONerd@users.noreply.github.com"
28
git add .
29
git commit -m "Replace URLs in HTML files"
30
git push
0 commit comments