We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d1364 commit a45dc36Copy full SHA for a45dc36
1 file changed
.github/workflows/docs-ci.yaml
@@ -97,8 +97,8 @@ jobs:
97
- name: Setup git
98
if: ${{ inputs.publish }}
99
run: |
100
- git config user.email "edgehog-machine@ispirata.com"
101
- git config user.name "Edgehog Bot"
+ git config --global user.email "edgehog-machine@ispirata.com"
+ git config --global user.name "Edgehog Bot"
102
- uses: ./edgehog/.github/actions/doc-publish
103
104
with:
0 commit comments