Просмотр исходного кода

Update git config for marketplace publish

Matt Rubens 9 месяцев назад
Родитель
Сommit
ef944a6870
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 "41898282+github-actions[bot]@users.noreply.github.com"
 
 
       - name: Install Dependencies
       - name: Install Dependencies
         run: |
         run: |