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 a739e51 commit 5798c46Copy full SHA for 5798c46
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.5.0
+ uses: jetpack-io/devbox-install-action@v0.6.0
22
23
- name: Run arbitrary commands
24
run: devbox run -- echo "done!"
@@ -46,12 +46,12 @@ Here's an example job with all inputs:
46
47
```
48
49
50
with:
51
project-path: 'path-to-folder'
52
enable-cache: 'true'
53
refresh-cli: 'false'
54
- devbox-version: 0.5.5
+ devbox-version: 0.5.11
55
disable-nix-access-token: 'false'
56
sha256-sum: b6f7e24839de004ef2cad312f05865f77a73b1e0b1757e0f4d39a5911adabd50
57
0 commit comments