Skip to content

Commit 9d4b377

Browse files
committed
tmp
1 parent 7ff7ca5 commit 9d4b377

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- id: push
3232
if: ${{ github.event_name != 'pull_request' }}
3333
run: |
34+
git config user.name "Github Actions"
35+
git config user.email "[email protected]"
36+
3437
SHA=$(git ls-remote https://github.com/nodejs/node. git HEAD | awk '{print $1}')
3538
echo "$SHA" > commit
3639
echo "sha=$SHA" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)