Skip to content

Commit

Permalink
Fix comment typos (that got added in actions#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
lurch committed Dec 26, 2022
1 parent 3ba5ee6 commit e96b7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion src/state-helper.ts
Expand Up @@ -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')
Expand Down

0 comments on commit e96b7a8

Please sign in to comment.