docs: add call internal task within a task example (#2789)

Co-authored-by: Valentin Maerten <maerten.valentin@gmail.com>
This commit is contained in:
Andreas **Felix** Häberle
2026-04-20 21:58:42 +02:00
committed by GitHub
parent 1eb5720e7e
commit 70b6cd8ee0

View File

@@ -274,6 +274,12 @@ includes:
internal:
taskfile: ./internal.yml
internal: true
[...]
tasks:
example:
desc: using an internal task
cmds:
- task: internal:default
```
### `aliases`