Commit 4ac6f2a
committed
fix: extract URL from mobbdev CLI output to fix github-status-action
The mobbdev CLI now prefixes its output with status messages like
"🔌 [WebSocket Mode] Using WebSocket subscription..." before the URL.
This caused github-status-action to receive an invalid target_url,
failing with "Validation Failed".
Extract just the https:// URL from the output using grep, matching
the approach already used in codeql-mobb-fixer-action.
Ref: E-18151 parent 60eddfe commit 4ac6f2a
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | | - | |
82 | | - | |
| 82 | + | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments