We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
::save-state
1 parent 30720f7 commit d398390Copy full SHA for d398390
.github/actions/post/main.js
@@ -21,6 +21,6 @@ if (process.env[`STATE_POST`] != undefined) {
21
run(process.env.INPUT_POST);
22
} else {
23
// Otherwise, this is the main step
24
- console.log(`::save-state name=POST::true`);
+ console.log(`POST=true >> $GITHUB_STATE`);
25
run(process.env.INPUT_MAIN);
26
}
0 commit comments