Getting git error "Reference is not a tree" when pushing to external repository #567
Replies: 5 comments 3 replies
-
Can you give https://github.com/JamesIves/github-pages-deploy-action/tree/releases/v4 a try? We removed all check-out logic, which is probably the functionality breaking here. The release branch isn't fully up-to-date with the upcoming release, but it should be close, renamings of params aside. |
Beta Was this translation helpful? Give feedback.
-
I had the same error and now tried with the latest beta but get a similar error:
my action config now is
Any help is much appreciated |
Beta Was this translation helpful? Give feedback.
-
I can see how we broke that in a new way for v4. Would it be possible for you to rewrite your workflow to have your target repository as main checkout repo? That'd help to see if we broke more things. If that'd work, my ad-hoc idea to fix cross-repo pushes would be to replace |
Beta Was this translation helpful? Give feedback.
-
same issue fatal: 'github-pages-deploy-action-temp-deployment-folder' is not a working tree |
Beta Was this translation helpful? Give feedback.
-
I am also facing this issue.
Our Github Action
|
Beta Was this translation helpful? Give feedback.
-
Hi all 👋
I'm trying to deploy a folder from repoA to repoB. I keep getting a git error which seems to be about some non-existant commits. I'm not sure what is going on. Here is my config:
Here is the error:
Does anyone what could cause this? Is my configuration correct?
Beta Was this translation helpful? Give feedback.
All reactions