feat(summary): add vars, env, and requires display (#2524)

This commit is contained in:
Valentin Maerten
2025-11-29 11:14:20 +01:00
committed by GitHub
parent 54ca217b92
commit 4ab1958df1
9 changed files with 297 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
task: with-sh-var
Task with shell variable
vars:
DYNAMIC_VAR: sh: echo "world"
STATIC_VAR: "hello"
commands:
- echo

View File

@@ -0,0 +1,13 @@
task: mytask
It does things and has optional and required variables.
vars:
OPTIONAL_VAR: "hello"
requires:
vars:
- REQUIRED_VAR
commands:
- echo hello