We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb3dc9 commit f7ead24Copy full SHA for f7ead24
README.md
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
20
- name: Install devbox
21
- uses: jetify-com/devbox-install-action@v0.11.0
+ uses: jetify-com/devbox-install-action@v0.12.0
22
23
- name: Run arbitrary commands
24
run: devbox run -- echo "done!"
@@ -48,7 +48,7 @@ Here's an example job with all inputs:
48
49
```
50
51
52
with:
53
project-path: 'path-to-folder'
54
enable-cache: 'true'
0 commit comments