Commit d35ad08
committed
feat(sync-snippets): switch to consumer-declared entrypoints
The CLI no longer asks each sdk.yaml which file in the consumer to
rewrite (see launchdarkly/sdk-meta#405); instead the consumer declares
its own list of search roots. Plumb that through:
- New required input `entrypoints` (newline-separated list of
directories, relative to $GITHUB_WORKSPACE).
- Render step parses the input into individual `--entrypoint=` flags
and passes them to `snippets render`.
- Empty / whitespace-only lines are tolerated and skipped; an empty
list fails loudly.
- README + the in-action usage block updated to show the new shape.
Consumer wiring becomes:
- uses: launchdarkly/gh-actions/actions/sync-snippets@main
with:
entrypoints: |
static/ld/components/getStarted
github-token: ${{ secrets.GITHUB_TOKEN }}1 parent 7356550 commit d35ad08
2 files changed
Lines changed: 36 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
43 | 55 | | |
44 | 56 | | |
45 | 57 | | |
| |||
173 | 185 | | |
174 | 186 | | |
175 | 187 | | |
176 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
177 | 191 | | |
178 | 192 | | |
| 193 | + | |
| 194 | + | |
179 | 195 | | |
| 196 | + | |
180 | 197 | | |
181 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
182 | 212 | | |
183 | 213 | | |
184 | 214 | | |
| |||
0 commit comments