Skip to content

Commit 037f82f

Browse files
author
Kelly Selden
committed
chore: add git user config
1 parent 37d5850 commit 037f82f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17+
18+
- run: |
19+
git config user.name github-actions
20+
git config user.email [email protected]
21+
1722
- uses: actions/setup-node@v3
1823
with:
1924
node-version: 18

0 commit comments

Comments
 (0)