-
Notifications
You must be signed in to change notification settings - Fork 44
fatal: 'origin' is not a commit and a branch 'v0.14.1' cannot be created from it #589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Here's the log from the successful build 2 days ago
|
How can the git commands be so different? Working:
Failing:
|
Ah. I am cacheing the .asdf directory and the failing builds are trying to do an update instead of an install. The update step is broken: Lines 26 to 32 in 1bf052e
|
It might be a new minor git version that broke it Working build with .asdf cache hit
Broken build with .asdf cache hit
|
+1 seeing the same issue. |
PR: #591 |
To use the change from #591 immediately you can reference the specific SHA from steps:
# Reference a specific commit (most strict, for the supply-chain paranoid)
- uses: asdf-vm/actions/install@179e9530fcd91100e4621bf7e563e7daa8398c52 The final Thanks for your collective patience. closed in #591 |
I got the asdf 0.16 notice a few days ago on our failing GHA builds. I Added the
with: asdf_branch: v0.14.1
as 0.14.1 seemed to be the version used on our latest successful build, and that worked.But since yesterday we are instead met with this message. Any ideas to what could possibly have changed?
The build step
Same result when I try
asdf_branch: v0.15.0
The text was updated successfully, but these errors were encountered: