Skip to content

Commit

Permalink
Configure git to push to origin remote with current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotsykes committed Feb 24, 2024
1 parent 2ea028e commit 448b6e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
run: git commit --all -m "Update submodules $TODAY"

- name: Push branch
run: git push
run: |
git config push.autoSetupRemote true
git push
- name: Open pull request
run: echo 'TODO'
Expand Down

0 comments on commit 448b6e3

Please sign in to comment.