jetify-com / devbox-install-action

31 stars 15 forks source link

Update devbox package install script #6

Closed LucilleH closed 1 year ago

LucilleH commented 1 year ago

Summary

devbox CLI has deprecated support for devbox shell -- <cmd>

It is replaced by devbox run -- <cmd>.

In the future when devbox install command is available, we can switch to using that instead.

Related issue: https://github.com/jetpack-io/devbox/issues/790

How was it tested?

CICD