mirror of
https://github.com/actions/runner.git
synced 2026-01-23 13:01:14 +08:00
improve yaml output (still botched)
This commit is contained in:
@@ -1179,7 +1179,7 @@ async function showExportModal() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
yaml = result.Message || result.Result?.yaml || '';
|
yaml = result.Result?.yaml || result.Message || '';
|
||||||
stats = result.Result || {};
|
stats = result.Result || {};
|
||||||
|
|
||||||
// Update cache with fresh data
|
// Update cache with fresh data
|
||||||
|
|||||||
Reference in New Issue
Block a user