Fix typo in to_yaml filter examples (#81094)

pull/81096/head
Giovanni Toraldo 1 year ago committed by GitHub
parent bd5b0b4293
commit 1f9836fe9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ EXAMPLES: |
{{ github_workflow |to_yaml}}
# same as above but 'prettier' (equivalent to to_nice_yaml filter)
{{ docker_config|to_json(indent=4) }}
{{ docker_config|to_yaml(indent=4) }}
RETURN:
_value:

Loading…
Cancel
Save