Skip to content

Commit

Permalink
debug pointer to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito committed Nov 22, 2023
1 parent 202ac9d commit 50f5213
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/merge-release-changes-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
starting_branch: ${{ github.ref }}
working_branch: workflows/merge-release-changes-to-main
# set base branch to main
base_branch: origin/main
base_branch: main
permissions:
contents: write
issues: write
Expand All @@ -27,8 +27,9 @@ jobs:
ref: '${{ env.starting_branch }}'
- name: Create working branch
run: |
git fetch origin ${{ env.base_branch }}
git checkout -b ${{ env.working_branch }} ${{ env.starting_branch }}
git pull ${{ env.base_branch }} heat/core/version.py
git checkout ${{ env.base_branch }} heat/core/version.py
git push --set-upstream origin ${{ env.working_branch }}
- name: Create a pull request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 50f5213

Please sign in to comment.