Skip to content

Commit 15734cc

Browse files
authored
Reformat YAML files (#7)
* chore: reformat the yaml files (including the one served as example in the README) Signed-off-by: Jérémy Audiger <[email protected]> * chore: update version of `actions/checkout` in README file (for good practice) Signed-off-by: Jérémy Audiger <[email protected]> * chore: update version to 1.3.1 Signed-off-by: Jérémy Audiger <[email protected]> --------- Signed-off-by: Jérémy Audiger <[email protected]>
1 parent 66c9990 commit 15734cc

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Setup Brioche
2424
uses: brioche-dev/setup-brioche@v1
@@ -65,8 +65,8 @@ jobs:
6565
- name: Setup Brioche
6666
uses: brioche-dev/setup-brioche@v1
6767
# with:
68-
# version: 'v0.1.5' # Optional
69-
# install-dir: '$HOME/custom/install/path' # Optional
68+
# version: "v0.1.5" # Optional
69+
# install-dir: "$HOME/custom/install/path" # Optional
7070
7171
- name: Build package
7272
run: brioche build -o output

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

action.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: 'Setup Brioche'
2-
description: 'GitHub Action to install Brioche on the runner'
3-
author: 'brioche-dev'
1+
name: "Setup Brioche"
2+
description: "GitHub Action to install Brioche on the runner"
3+
author: "brioche-dev"
44
branding:
5-
color: 'orange'
6-
icon: 'box'
5+
color: "orange"
6+
icon: "box"
77
inputs:
88
version:
9-
description: 'Version of Brioche to install'
9+
description: "Version of Brioche to install"
1010
required: false
11-
default: 'v0.1.5'
11+
default: "v0.1.5"
1212
install-dir:
13-
description: 'Directory where Brioche should be installed'
13+
description: "Directory where Brioche should be installed"
1414
required: false
15-
default: '$HOME/.local/bin'
15+
default: "$HOME/.local/bin"
1616
install-apparmor:
1717
description: "Install AppArmor profile for Brioche. Defaults to 'auto'"
1818
required: false
19-
default: 'auto'
19+
default: "auto"
2020
runs:
21-
using: 'composite'
21+
using: "composite"
2222
steps:
2323
- name: Install Brioche
2424
shell: bash

0 commit comments

Comments
 (0)