Skip to content

Commit

Permalink
fix(cicd): Push changes to new branch (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuchah authored Aug 27, 2024
1 parent 293b6c4 commit 0cd5131
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 @@ -71,7 +71,7 @@ jobs:
- name: Push changes to new branch
run: |
ls
cd Summer1403-Project-Group04-Deployment
git remote set-url origin https://x-access-token:${{ secrets.PAT }}@github.com/Star-Academy/Summer1403-Project-Group04-Deployment.git
git push --set-upstream origin $NEW_BRANCH
Expand Down

0 comments on commit 0cd5131

Please sign in to comment.