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