Skip to content

Commit 2268a6a

Browse files
committed
work on permission to commit
1 parent c6172a8 commit 2268a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_builddocsite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ jobs:
150150
- name: commit changes
151151
run: |
152152
cd _gsas2
153+
git config user.name "github-actions[bot]"
154+
git config user.email "github-actions[bot]@users.noreply.github.com"
153155
git commit -m"update help files"
154156
- name: push help into site
155157
run: |
156158
cd _gsas2
157-
git config user.name "github-actions[bot]"
158-
git config user.email "github-actions[bot]@users.noreply.github.com"
159159
git push
160160
161161
# before uploading, clean up

0 commit comments

Comments
 (0)