Skip to content

Commit

Permalink
Use devbox run -- ... instead of devbox shell -- ... (jetify-com#…
Browse files Browse the repository at this point in the history
…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 <788827+mikenikles@users.noreply.github.com>
  • Loading branch information
mikenikles authored Aug 9, 2023
1 parent f70eb1e commit 1f177a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/docs/continuous_integration/github_action.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: jetpack-io/devbox-install-action@v0.2.0

- name: Run arbitrary commands
run: devbox shell -- echo "done!"
run: devbox run -- echo "done!"

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

0 comments on commit 1f177a0

Please sign in to comment.