Skip to content

Commit f9df7d5

Browse files
committed
fixed author issues
1 parent 5f9d2b7 commit f9df7d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ runs:
5454
- name: Check and Replace
5555
shell: bash -el {0}
5656
run: |
57+
git config --global user.name "github-actions[bot]"
58+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
59+
5760
if [[ "$RUNNER_OS" == "Linux" || "$RUNNER_OS" == "macOS" ]]; then
5861
SYNC="$action_path/codes/sync.py"
5962
elif [[ "$RUNNER_OS" == "Windows" ]]; then

0 commit comments

Comments
 (0)