Skip to content

Commit ac59398

Browse files
authored
Fix comment typos (that got added in #770) (#1057)
1 parent 3ba5ee6 commit ac59398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4083,7 +4083,7 @@ function setSshKnownHostsPath(sshKnownHostsPath) {
40834083
}
40844084
exports.setSshKnownHostsPath = setSshKnownHostsPath;
40854085
/**
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.
40874087
*/
40884088
function setSafeDirectory() {
40894089
core.saveState('setSafeDirectory', 'true');

src/state-helper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function setSshKnownHostsPath(sshKnownHostsPath: string) {
4747
}
4848

4949
/**
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.
5151
*/
5252
export function setSafeDirectory() {
5353
core.saveState('setSafeDirectory', 'true')

0 commit comments

Comments
 (0)