Skip to content

Commit

Permalink
Temporarily push to ado/temp instead of ado/main on trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dodinh authored Jun 1, 2023
1 parent 6ef59d8 commit ca6ca96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-to-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
ls -l
echo -e "\n* Push main branch to remote repo"
echo -e "---"
git -c http.extraheader="Authorization: Basic $PAT" push --force $URL main
# git -c http.extraheader="Authorization: Basic $PAT" push --force $URL main
git -c http.extraheader="Authorization: Basic $PAT" push --force $URL temp

0 comments on commit ca6ca96

Please sign in to comment.