Skip to content

Commit

Permalink
pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 25, 2024
1 parent c055610 commit f391ace
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/template_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ 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 config --global user.email "[email protected]"
git config --global user.name "lukasz karlowski"
git checkout -b "ds-default-check"
git commit -m "Repo after creation"
git push --set-upstream origin master --force

0 comments on commit f391ace

Please sign in to comment.