浏览代码

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

Andrew Scheller 2 年之前
父节点
当前提交
ac59398561
共有 2 个文件被更改,包括 2 次插入2 次删除
  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')