Skip to content

Commit

Permalink
build(fix): Make GCI_SECTIONS variable readable
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Dec 23, 2024
1 parent a5c8f4f commit 398cc67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 398cc67

Please sign in to comment.