From cb4838812c9255e174f2a80fb5b984b6593f02a2 Mon Sep 17 00:00:00 2001 From: sbp-bvanb Date: Mon, 23 Dec 2024 19:16:40 +0100 Subject: [PATCH] build(fix): Make GCI_SECTIONS variable readable --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c832f3b..2dbe2fd 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ below, where the `GCI_SECTIONS` variable is overridden, for how to do this. The following variables can be overridden: | Variable | Description | -| :------------ | :------------------------------------------------------------------------------------------------------------------------------ | --- | -| `GCI_SECTION` | Define how `gci` processes inputs (see the [gci README](https://github.com/daixiang0/gci?tab=readme-ov-file#usage) for details) | | +| :------------ | :------------------------------------------------------------------------------------------------------------------------------ | +| `GCI_SECTION` | Define how `gci` processes inputs (see the [gci README](https://github.com/daixiang0/gci?tab=readme-ov-file#usage) for details) | ## Usage @@ -96,13 +96,15 @@ If you want to override one of the variables in our Taskfile, you'll have adjust ```yml --- ---- includes: remote: taskfile: >- {{.REMOTE_URL}}/{{.REMOTE_URL_REPO}}/{{.REMOTE_URL_REF}}/Taskfile.yml vars: - GCI_SECTIONS: "-s standard -s default -s alias" + GCI_SECTIONS: >- + -s standard + -s default + -s alias ``` ### GitHub