Skip to content

Commit 1f177a0

Browse files
authored
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]>
1 parent f70eb1e commit 1f177a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/docs/continuous_integration/github_action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: jetpack-io/[email protected]
3737

3838
- name: Run arbitrary commands
39-
run: devbox shell -- echo "done!"
39+
run: devbox run -- echo "done!"
4040

4141
- name: Run a script called test
4242
run: devbox run test
@@ -61,4 +61,4 @@ An example of this configuration is below:
6161
project-path: 'path-to-folder'
6262
enable-cache: true
6363
devbox-version: '0.2.2'
64-
```
64+
```

0 commit comments

Comments
 (0)