We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff7ca5 commit 9d4b377Copy full SHA for 9d4b377
.github/workflows/generate.yml
@@ -31,6 +31,9 @@ jobs:
31
- id: push
32
if: ${{ github.event_name != 'pull_request' }}
33
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}')
38
echo "$SHA" > commit
39
echo "sha=$SHA" >> "$GITHUB_OUTPUT"
0 commit comments