mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
docs: yaml cheatsheet for advanced syntax (#2329)
official spec linked at top of page is inaccessible for most readers (it's too dry and academic) so added famous cheatsheet (heavily promoted on StackOverflow)
This commit is contained in:
parent
479ced3b25
commit
36bfc92fc8
1 changed files with 5 additions and 0 deletions
|
@ -88,3 +88,8 @@ steps:
|
|||
- echo echo from second step
|
||||
- <<: *post_cmds
|
||||
```
|
||||
|
||||
## References
|
||||
|
||||
- [Official specification](https://yaml.org/spec/1.2.2/#3222-anchors-and-aliases)
|
||||
- [Cheatsheet](https://learnxinyminutes.com/docs/yaml)
|
||||
|
|
Loading…
Reference in a new issue