mirror of
https://code.forgejo.org/docker/build-push-action.git
synced 2025-06-24 16:05:54 +00:00
test
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
1eae8ae12f
commit
f584085d87
3 changed files with 7 additions and 4 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
|
@ -214,13 +214,16 @@ actionsToolkit.run(
|
|||
});
|
||||
}
|
||||
|
||||
await GitHub.writeBuildSummary({
|
||||
const summaryOpts = {
|
||||
exportRes: exportRes,
|
||||
uploadRes: uploadRes,
|
||||
inputs: stateHelper.summaryInputs,
|
||||
driver: stateHelper.builderDriver,
|
||||
endpoint: stateHelper.builderEndpoint
|
||||
});
|
||||
};
|
||||
core.debug(`summaryOpts: ${JSON.stringify(summaryOpts, null, 2)}`);
|
||||
|
||||
await GitHub.writeBuildSummary(summaryOpts);
|
||||
} catch (e) {
|
||||
core.warning(e.message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue