Skip to content

Commit

Permalink
fix(cicd): Push changes to new branch (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuchah authored Aug 27, 2024
1 parent 9ed62da commit 2cc8049
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 @@ -75,6 +75,7 @@ jobs:
- name: Push changes to new branch
run: |
cd helm-chart-repo
git remote | cat
git push --set-upstream origin $NEW_BRANCH
- name: Create Pull Request
Expand Down

0 comments on commit 2cc8049

Please sign in to comment.