mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-10 15:26:03 +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
@ -88,3 +88,8 @@ steps:
|
|||||||
- echo echo from second step
|
- echo echo from second step
|
||||||
- <<: *post_cmds
|
- <<: *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 New Issue
Block a user