File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4083,7 +4083,7 @@ function setSshKnownHostsPath(sshKnownHostsPath) {
4083
4083
}
4084
4084
exports.setSshKnownHostsPath = setSshKnownHostsPath;
4085
4085
/**
4086
- * Save the sef -safe-directory input so the POST action can retrieve the value.
4086
+ * Save the set -safe-directory input so the POST action can retrieve the value.
4087
4087
*/
4088
4088
function setSafeDirectory() {
4089
4089
core.saveState('setSafeDirectory', 'true');
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export function setSshKnownHostsPath(sshKnownHostsPath: string) {
47
47
}
48
48
49
49
/**
50
- * Save the sef -safe-directory input so the POST action can retrieve the value.
50
+ * Save the set -safe-directory input so the POST action can retrieve the value.
51
51
*/
52
52
export function setSafeDirectory ( ) {
53
53
core . saveState ( 'setSafeDirectory' , 'true' )
You can’t perform that action at this time.
0 commit comments