Skip to content

Commit 5f3ca52

Browse files
authored
Update docsupdater.yaml
1 parent a2e24a0 commit 5f3ca52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docsupdater.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
- name: Set up Git
14+
run: |
15+
git config --global user.name "Anselm Kiefner"
16+
git config --global user.email "[email protected]"
1317
- name: Update docs/docs/index.md
1418
run: |
1519
echo "Generating docs/docs/index.md..."
1620
cat README.md > docs/docs/index.md
1721
- name: Commit and push changes
1822
run: |
19-
git config --global user.name "coderatul"
20-
git config --global user.email "[email protected]"
2123
git add docs/docs/index.md
2224
git commit -m "Update docs/docs/index.md"
2325
git push
24-
25-

0 commit comments

Comments
 (0)