Commit 2f849a5
[infra] Fix jq example in update-os-coverage skill (#126572)
> [!NOTE]
> This PR was AI/Copilot-generated.
This updates the `update-os-coverage` skill guidance so the example tag
check fails explicitly when the requested prereqs image tag is missing.
- replace the `jq -r ... | .[]` example with `jq -e ... any(...)`
- make the missing-tag case unambiguous and easier to script
Addresses skipped review feedback from #126524 (discussion_r3034880248).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f68ea32 commit 2f849a5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments