Skip to content

Commit e58ccc6

Browse files
committed
revert
1 parent 16f1c00 commit e58ccc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103

104104
- name: Setup - Update branch Git User
105105
run: |
106-
git config --global user.name "Twinki14"
107-
git config --global user.email "thetwinkehh@gmail.com"
106+
git config --global user.name "GitHub Actions"
107+
git config --global user.email "actions@github.com"
108108
109109
# Move all *.yaml, *.yml, *.json, and *.html files to /preview, mkdir if needed
110110
# git add the entire /preview folder
@@ -136,4 +136,4 @@ jobs:
136136
git diff --quiet && git diff --staged --quiet || git commit -m "Update - /"
137137
138138
- name: Push
139-
run: git push https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}.git HEAD:gh-pages --force
139+
run: git push origin gh-pages

0 commit comments

Comments
 (0)