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

Update git config for marketplace publish
This commit is contained in:
Matt Rubens 2025-03-13 10:43:55 -04:00 committed by GitHub
commit 66c1007d87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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