Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito committed Aug 2, 2023
1 parent 688ff74 commit eb8ef69
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:
- name: Create working branch
run: |
git checkout -b ${{ env.working_branch }} ${{ env.starting_branch }}
git pull
git pull ${{ env.working_branch }}
git push --set-upstream origin ${{ env.working_branch }}
# - name: Check for differences between release and main
# run: |
Expand Down

0 comments on commit eb8ef69

Please sign in to comment.