Skip to content

Commit 7ff0a00

Browse files
committed
change commiter name in deploy workflow
1 parent fe39bc7 commit 7ff0a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
python build.py ${{ github.event.inputs.branch }}"
2929
- name: "Push branch"
3030
run: |
31-
git config user.name github-actions
32-
git config user.email [email protected]
31+
git config user.name openssl-machine
32+
git config user.email [email protected]
3333
git push origin gh-pages

0 commit comments

Comments
 (0)