The generated URIs append .git to the end, but this is wrong.
"uri": "git+https://github.com/ianlewis/actions-test@refs/heads/main.git",
I suggest removing this altogether. (Another option would be to move it before the @, but that doesn't seem to have any value.)
The generated URIs append
.gitto the end, but this is wrong.I suggest removing this altogether. (Another option would be to move it before the
@, but that doesn't seem to have any value.)