Provide pr-body as output from step
This commit is contained in:
parent
5d674d8347
commit
d3aa136776
4 changed files with 9 additions and 2 deletions
src
|
@ -6,6 +6,8 @@ import * as fs from "fs";
|
|||
|
||||
const DEFAULT_FLAKE_DIR = ".";
|
||||
|
||||
const PR_BODY_OUTPUT_KEY = "pr-body";
|
||||
|
||||
const EVENT_EXECUTION_FAILURE = "execution_failure";
|
||||
|
||||
class UpdateFlakeLockAction extends DetSysAction {
|
||||
|
@ -42,6 +44,8 @@ class UpdateFlakeLockAction extends DetSysAction {
|
|||
for (const directory of this.flakeDirs) {
|
||||
await this.updateFlakeInDirectory(directory);
|
||||
}
|
||||
|
||||
actionsCore.setOutput(PR_BODY_OUTPUT_KEY, "THIS IS JUST A TEST");
|
||||
}
|
||||
|
||||
// No post phase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue