Commit 4d4da7c
committed
docs: document oasdiff.yaml support in free actions
The free actions (diff, breaking, changelog) are CLI wrappers; the
underlying CLI already looks up oasdiff.yaml from cwd, and GitHub
Actions sets the runner cwd to $GITHUB_WORKSPACE. So drop oasdiff.yaml
at the repo root and the actions pick it up automatically.
Adds a "Configuring with oasdiff.yaml" section under Free actions with
a runnable example, the precedence rule (action inputs override YAML),
and the boolean-only-enable-via-input limitation as a footnote.1 parent 26ccb33 commit 4d4da7c
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
37 | 56 | | |
38 | 57 | | |
39 | 58 | | |
| |||
0 commit comments