Skip to content

Commit

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

0 comments on commit 271a3a9

Please sign in to comment.