Fix comment typos (that got added in #770) (#1057)

pull/927/head v3.3.0
Andrew Scheller 1 year ago committed by GitHub
parent 3ba5ee6fac
commit ac59398561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
dist/index.js vendored

@ -4083,7 +4083,7 @@ function setSshKnownHostsPath(sshKnownHostsPath) {
}
exports.setSshKnownHostsPath = setSshKnownHostsPath;
/**
* Save the sef-safe-directory input so the POST action can retrieve the value.
* Save the set-safe-directory input so the POST action can retrieve the value.
*/
function setSafeDirectory() {
core.saveState('setSafeDirectory', 'true');

@ -47,7 +47,7 @@ export function setSshKnownHostsPath(sshKnownHostsPath: string) {
}
/**
* Save the sef-safe-directory input so the POST action can retrieve the value.
* Save the set-safe-directory input so the POST action can retrieve the value.
*/
export function setSafeDirectory() {
core.saveState('setSafeDirectory', 'true')

Loading…
Cancel
Save