mirror of https://github.com/databricks/cli.git
6 lines
89 B
YAML
6 lines
89 B
YAML
|
# 6. String Anchors
|
||
|
commonMessage: &msg "Hello, World!"
|
||
|
|
||
|
greeting1: *msg
|
||
|
greeting2: *msg
|