You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Would it be possible to keep the history of the child repo when using this action? I tried it without the force argument thinking it'd do normal push instead of replacing the history, but got an error error: failed to push some refs to ''.
My config is:
- uses: nxtlvlsoftware/[email protected]with:
repo: 'owner/repo'path: 'packages/name'deploy_key: ${{secrets.GITHUB_DEPLOY_KEY}}branch: main
The text was updated successfully, but these errors were encountered:
It should be possible and is something I'm going to look into soon. It will require some more setup/action config and there has to be some way to resolve merge conflicts.
👋 Would it be possible to keep the history of the child repo when using this action? I tried it without the
force
argument thinking it'd do normal push instead of replacing the history, but got an errorerror: failed to push some refs to ''
.My config is:
The text was updated successfully, but these errors were encountered: