Explorar o código

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

Andrew Scheller %!s(int64=2) %!d(string=hai) anos
pai
achega
ac59398561
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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')