Skip to content

Commit

Permalink
Update merge-release-changes-to-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtar authored Nov 24, 2023
1 parent 1b4a1fa commit 36eafb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-release-changes-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
git config --global user.name 'ClaudiaComito'
git config --global user.email 'c.comito@fz-juelich.de@users.noreply.github.com'
git push origin ${{ env.working_branch }}
git push -u origin ${{ env.working_branch }}
- name: Create a pull request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 36eafb5

Please sign in to comment.