mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-29 09:00:26 -05:00
* feat(*): move alias to informative notice Part-of: #4753 * chore(translations): auto generate values for languages other than english * Update ui/src/translations/en.json Co-authored-by: Anna Geller <anna.m.geller@gmail.com> * chore(translations): auto generate values for languages other than english --------- Co-authored-by: GitHub Action <actions@github.com> Co-authored-by: Anna Geller <anna.m.geller@gmail.com>
10 lines
202 B
YAML
10 lines
202 B
YAML
id: warning
|
|
namespace: system
|
|
|
|
tasks:
|
|
- id: deprecated
|
|
type: io.kestra.plugin.core.debug.Echo
|
|
format: Hello World
|
|
- id: alias
|
|
type: io.kestra.core.tasks.log.Log
|
|
message: I'm an alias |