mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-07-02 11:23:50 +03:00
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
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -95065,6 +95065,7 @@ function makeNixCommandArgs(nixOptions, flakeInputs, commitMessage) {
|
|||
|
||||
|
||||
var DEFAULT_FLAKE_DIR = ".";
|
||||
var PR_BODY_OUTPUT_KEY = "pr-body";
|
||||
var EVENT_EXECUTION_FAILURE = "execution_failure";
|
||||
var UpdateFlakeLockAction = class extends DetSysAction {
|
||||
constructor() {
|
||||
|
@ -95089,6 +95090,7 @@ var UpdateFlakeLockAction = class extends DetSysAction {
|
|||
for (const directory of this.flakeDirs) {
|
||||
await this.updateFlakeInDirectory(directory);
|
||||
}
|
||||
core.setOutput(PR_BODY_OUTPUT_KEY, "THIS IS JUST A TEST");
|
||||
}
|
||||
// No post phase
|
||||
async post() {
|
||||
|
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue