We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572189b commit 1998394Copy full SHA for 1998394
README.md
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
20
- name: Install devbox
21
- uses: jetpack-io/devbox-install-action@v0.6.0
+ uses: jetpack-io/devbox-install-action@v0.7.0
22
23
- name: Run arbitrary commands
24
run: devbox run -- echo "done!"
@@ -46,7 +46,7 @@ Here's an example job with all inputs:
46
47
```
48
49
50
with:
51
project-path: 'path-to-folder'
52
enable-cache: 'true'
0 commit comments