Skip to content

Commit

Permalink
fix(cicd): Push changes to new branch (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuchah authored Aug 27, 2024
1 parent 271a3a9 commit 9959644
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 branch | cat
git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/username/repo.git
git push --set-upstream origin $NEW_BRANCH
- name: Create Pull Request
Expand Down

0 comments on commit 9959644

Please sign in to comment.