Skip to content

Commit

Permalink
Register user
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 2, 2024
1 parent 7dd44fd commit 9edd4b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
run: |
git diff
- name: Setup Git
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
- name: Show diff
run: |
git commit --all -m 'Update URLs'
Expand Down

0 comments on commit 9edd4b1

Please sign in to comment.