Skip to content

Commit

Permalink
define user for commit
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 25, 2024
1 parent 06a5ced commit 16194ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/template_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- name: Push repo
working-directory: ./ds-gh-default
run: |
git config --global user.email "[email protected]"
git config --global user.name "ds-template developer"
git commit -m "Repo after creation"
git push --force

0 comments on commit 16194ca

Please sign in to comment.