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 f28d62d commit 9ffdfe4Copy full SHA for 9ffdfe4
.github/workflows/add-docs-to-release.yml
@@ -34,6 +34,11 @@ jobs:
34
- name: Build Docs
35
run: pnpm build:docs
36
37
+ - name: Add GH Identity
38
+ run: |
39
+ git config --global user.email "[email protected]"
40
+ git config --global user.name "Mihály Tóth"
41
+
42
- name: Commit docs
43
id: commit_docs
44
run: |
@@ -52,4 +57,3 @@ jobs:
52
57
git config user.name "github-actions[bot]"
53
58
git config user.email "github-actions[bot]@users.noreply.github.com"
54
59
git push origin HEAD:${GITHUB_HEAD_REF} --force-with-lease
55
-
0 commit comments