Commit 91c9c66
committed
fix(ci): broaden version filter and log url sample for jq debug
Two review follow-ups:
1. Tighten the versioned-docs filter from (1|2|3) to [0-9]+ so the
regex stays correct when a future v5/v6 archive lands alongside
today's v1-v3 legacy versions. Verified against fixtures including
/docs/1.0.0/, /docs/4.0.0/, /docs/12.3.45/ — all dropped.
2. Print the first 5 parsed URLs before the jq step so a jq parse
failure leaves something actionable in the Actions log. Updated the
jq-failure error message to reference the "First 5 URLs" sample
instead of the non-existent "URLs above" artifact.
Signed-off-by: nehagup <15074229+nehagup@users.noreply.github.com>1 parent 8033df7 commit 91c9c66
1 file changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | | - | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
104 | 112 | | |
105 | 113 | | |
106 | 114 | | |
| |||
111 | 119 | | |
112 | 120 | | |
113 | 121 | | |
114 | | - | |
| 122 | + | |
115 | 123 | | |
116 | 124 | | |
117 | 125 | | |
| |||
0 commit comments