There was an error while loading. Please reload this page.
1 parent 844dd25 commit 0397a8eCopy full SHA for 0397a8e
1 file changed
.github/workflows/publish.yml
@@ -48,6 +48,13 @@ jobs:
48
fetch-depth: 0
49
ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
50
51
+ # This uses a reverse-engineered email for the github actions bot. See
52
+ # https://github.com/actions/checkout/issues/13#issuecomment-724415212
53
+ - name: Git Identity
54
+ run: |
55
+ git config --global user.name 'github-actions[bot]'
56
+ git config --global user.email '<41898282+github-actions[bot]@users.noreply.github.com'
57
+
58
- name: Setup Node.js
59
uses: actions/setup-node@v7
60
with:
0 commit comments