Skip to content

Commit

Permalink
debug reference to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito committed Nov 22, 2023
1 parent 972a329 commit 87e485c
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 @@ -26,7 +26,7 @@ jobs:
ref: '${{ env.starting_branch }}'
- name: Create working branch
run: |
git fetch origin main
git fetch origin main:main
git checkout -b ${{ env.working_branch }}
git checkout main -- heat/core/version.py
- name: Commit and push working branch
Expand Down

0 comments on commit 87e485c

Please sign in to comment.