Skip to content

Commit 66c1007

Browse files
authored
Merge pull request #1619 from RooVetGit/mrubens-patch-4
Update git config for marketplace publish
2 parents de85cc5 + b449bb6 commit 66c1007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/marketplace-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
node-version: 18
2828

2929
- run: |
30-
git config user.name github-actions
31-
git config user.email github-actions@github.com
30+
git config user.name "github-actions[bot]"
31+
git config user.email "github-actions[bot]@users.noreply.github.com"
3232
3333
- name: Install Dependencies
3434
run: |

0 commit comments

Comments
 (0)