Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito committed Nov 22, 2023
1 parent b5d69a2 commit 9bebdd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/merge-release-changes-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
git fetch origin main:main
git checkout -b ${{ env.working_branch }}
git checkout main -- heat/core/version.py
git add heat/core/version.py
git commit -m "Update version.py from main branch"
- name: Commit and push working branch
run: |
git config --global user.name 'ClaudiaComito'
git config --global user.email '[email protected]@users.noreply.github.com'
git add heat/core/version.py
git commit -m "Update version.py"
git pull origin main
git push origin ${{ env.working_branch }}
- name: Create a pull request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 9bebdd8

Please sign in to comment.