Skip to content

Commit b3c75c3

Browse files
committed
fix deploy workflow
1 parent f8beeea commit b3c75c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
steps:
77
- name: checkout repo
88
uses: actions/checkout@v3
9+
- run: |
10+
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
11+
git config --global user.name "${GITHUB_ACTOR}"
912
- name: use node.js
1013
uses: actions/setup-node@v3
1114
with:

0 commit comments

Comments
 (0)