Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 178 Bytes

File metadata and controls

15 lines (12 loc) · 178 Bytes

Default Variables

All

Example variable

example_var: 'some string'

Example list variable

example_list:
  - 'something'
  - 'something else'