From ac593985615ec2ede58e132d2e21d2b1cbd6127c Mon Sep 17 00:00:00 2001
From: Andrew Scheller <github@loowis.durge.org>
Date: Wed, 28 Dec 2022 22:19:08 +0000
Subject: [PATCH] Fix comment typos (that got added in #770) (#1057)

---
 dist/index.js       | 2 +-
 src/state-helper.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dist/index.js b/dist/index.js
index ff064d5..0a33ea1 100644
--- a/dist/index.js
+++ b/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');
diff --git a/src/state-helper.ts b/src/state-helper.ts
index fab9b60..aa3eecc 100644
--- a/src/state-helper.ts
+++ b/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')