فهرست منبع

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
 
       - 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
         run: |