Przeglądaj źródła

Update git config for marketplace publish

Matt Rubens 9 miesięcy temu
rodzic
commit
ef944a6870
1 zmienionych plików z 2 dodań i 2 usunięć
  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 "41898282+github-actions[bot]@users.noreply.github.com"
 
       - name: Install Dependencies
         run: |