Skip to content

Commit 5d94b4a

Browse files
authored
Merge pull request #11 from swiftty/fix/botuser
fix bot user
2 parents 116165f + e8c740d commit 5d94b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: git settings
2525
run: |
2626
# https://qiita.com/thaim/items/3d1a4d09ec4a7d8844ce
27-
git config --local user.email "github-actions[bot]"
28-
git config --local user.name "41898282+github-actions[bot]@users.noreply.github.com"
27+
git config --local user.name "github-actions[bot]"
28+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2929
- name: update README
3030
run: |
3131
sed -i -E 's/from: \"(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\"/from: \"${{ steps.nextversion.outputs.next }}\"/g' README.md

0 commit comments

Comments
 (0)