Skip to content

Commit a45dc36

Browse files
committed
ci: set global username and username
Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
1 parent f2d1364 commit a45dc36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
- name: Setup git
9898
if: ${{ inputs.publish }}
9999
run: |
100-
git config user.email "edgehog-machine@ispirata.com"
101-
git config user.name "Edgehog Bot"
100+
git config --global user.email "edgehog-machine@ispirata.com"
101+
git config --global user.name "Edgehog Bot"
102102
- uses: ./edgehog/.github/actions/doc-publish
103103
if: ${{ inputs.publish }}
104104
with:

0 commit comments

Comments
 (0)