瀏覽代碼

Merge pull request #1619 from RooVetGit/mrubens-patch-4

Update git config for marketplace publish
Matt Rubens 11 月之前
父節點
當前提交
66c1007d87
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/marketplace-publish.yml

+ 2 - 2
.github/workflows/marketplace-publish.yml

@@ -27,8 +27,8 @@ jobs:
           node-version: 18
           node-version: 18
 
 
       - run: |
       - run: |
-          git config user.name github-actions
-          git config user.email [email protected]
+          git config user.name "github-actions[bot]"
+          git config user.email "github-actions[bot]@users.noreply.github.com"
 
 
       - name: Install Dependencies
       - name: Install Dependencies
         run: |
         run: |