fix(gitutils): Use the GitHub-based package in release-main GitHub Actions#57
Conversation
Agent-Logs-Url: https://github.com/tomgrv/devcontainer-features/sessions/f296e57a-8cf8-4e8d-a49f-9c13031a2b50 Co-authored-by: tomgrv <1809566+tomgrv@users.noreply.github.com>
tomgrv
left a comment
There was a problem hiding this comment.
Keep using Github-based package, but make sure it runs smoothly
Agent-Logs-Url: https://github.com/tomgrv/devcontainer-features/sessions/4427eb59-5e12-4e48-8762-6f31e9d1278e Co-authored-by: tomgrv <1809566+tomgrv@users.noreply.github.com>
Updated in af87950 to use the GitHub-based package again, with an explicit |
tomgrv
left a comment
There was a problem hiding this comment.
Script execution does nothing and exits with error code 1. Looks like install.sh is not called
Agent-Logs-Url: https://github.com/tomgrv/devcontainer-features/sessions/b66888ac-af9c-4131-8245-889a8a34dae7 Co-authored-by: tomgrv <1809566+tomgrv@users.noreply.github.com>
Updated in c1b4386 by adding |
release-mainnow runs the repository package through GitHub-based resolution with npm settings that let the script execute successfully, while keeping thegitutilsinstallation and verification flow intact.Workflow execution path
release-maininstead ofnpx.--legacy-peer-depsso the package install can runinstall.shwithout failing on workspace peer resolution.Stub parity
gitutilsworkflow stub so deployed workflow copies stay aligned.