Skip to content

Commit a706bf3

Browse files
committed
tmp
1 parent 9d4b377 commit a706bf3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ 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-
37-
SHA=$(git ls-remote https://github.com/nodejs/node. git HEAD | awk '{print $1}')
34+
SHA=$(git ls-remote https://github.com/nodejs/node.git HEAD | awk '{print $1}')
3835
echo "$SHA" > commit
3936
echo "sha=$SHA" >> "$GITHUB_OUTPUT"
4037

0 commit comments

Comments
 (0)