You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use devbox run -- ... instead of devbox shell -- ... (#1352)
## Summary
Docs updated for the GitHub Action.
```diff
- run: devbox shell -- echo "done!"
+ run: devbox run -- echo "done!"
```
## How was it tested?
I ran the command locally.
Signed-off-by: Mike Nikles <[email protected]>
0 commit comments