Skip to content

Commit

Permalink
fix(cicd): upstream in push
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuchah authored Aug 27, 2024
1 parent 48b7ce6 commit c36a083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-Merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Push changes to new branch
run: |
cd helm-chart-repo
git push -u origin $NEW_BRANCH
git push --set-upstream origin $NEW_BRANCH
- name: Create Pull Request
run: |
Expand Down

0 comments on commit c36a083

Please sign in to comment.