StardustXR / server

Stardust XR Reference Server, now blazingly fast in Rust :D
https://stardustxr.org/
GNU General Public License v2.0
98 stars 15 forks source link

flake: use ref instead of branch #17

Closed MatthewCroughan closed 10 months ago

MatthewCroughan commented 10 months ago

Sometimes, for example when making a release, there is no branch, only a ref like refs/head/v1, which means branch is set to null, causing a failure in CI, but ref is never null.