You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ jobs:
23
23
- name: Setup Brioche
24
24
uses: brioche-dev/setup-brioche@v1
25
25
with:
26
-
version: "v0.1.5"# Optional, specify a version or use the default (latest)
26
+
version: "v0.1.5"# Optional, specify a version or a release channel
27
27
install-dir: '/custom/install/path'# Optional, specify a custom installation path
28
28
29
29
- name: Verify Brioche installation
@@ -32,8 +32,7 @@ jobs:
32
32
33
33
## Inputs
34
34
35
-
- `version`: (Optional) The version of Brioche to install. Defaults to `latest`.
36
-
- `channel`: (Optional) The channel to install from (stable or nightly).
35
+
- `version`: (Optional) The version of Brioche to install. It can be either a specific version (`v0.1.5`) or a release channel (`stable`, `nightly`). Defaults to `stable`.
37
36
- `install-dir`: (Optional) The directory where Brioche should be installed. Defaults to `$HOME/.local/bin`.
38
37
- `install-apparmor`: (Optional) Enable or disable installation of an AppArmor profile for Brioche. Defaults to `auto`, which will automatically install it if required (e.g. on Ubuntu 24.04).
Copy file name to clipboardExpand all lines: action.yml
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,7 @@ branding:
6
6
icon: "box"
7
7
inputs:
8
8
version:
9
-
description: "Version of Brioche to install"
10
-
required: false
11
-
default: "latest"
12
-
channel:
13
-
description: "Channel of Brioche to install"
9
+
description: "Version of Brioche to install. It can be either a specific version ('v0.1.5') or a release channel ('stable', 'nightly'). Defaults to 'stable'"
0 commit comments