Prechádzať zdrojové kódy

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

Andrew Scheller 2 rokov pred
rodič
commit
ac59398561
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      dist/index.js
  2. 1 1
      src/state-helper.ts

+ 1 - 1
dist/index.js

@@ -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');

+ 1 - 1
src/state-helper.ts

@@ -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')