Skip to content

Commit d398390

Browse files
committed
CI: Replace deprecated ::save-state command
1 parent 30720f7 commit d398390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/post/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ if (process.env[`STATE_POST`] != undefined) {
2121
run(process.env.INPUT_POST);
2222
} else {
2323
// Otherwise, this is the main step
24-
console.log(`::save-state name=POST::true`);
24+
console.log(`POST=true >> $GITHUB_STATE`);
2525
run(process.env.INPUT_MAIN);
2626
}

0 commit comments

Comments
 (0)