Code Sync
A Github action is available to sync the code of the main branch between the Accedo hp-channels-desktop and the HP telvie-windows-app repository.
The actions triggers automatically when the main branch on the Accedo repo receives new changes. Additionaly, it can be fired manually.
warning
Before merging any changes into the Accedo main branch, ensure that the HP main branch does not have any additional changes on it own. This scenario may occur when the HP main branch received changes, and thse haven’t been synced. If this happens, the action will fail to do the sync.
So solve this, pull the changes from the HP main branch into the Accedo main branch, similar to how one would pull the latest changes on any branch before pushing
# assuming you have the proper access to the repository
git remote add hp git@github.azc.ext.hp.com:telvie/telvie-windows-app.git
git pull hp main