1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-31 05:20:06 +02:00

Fix comment typos (that got added in #770)

This commit is contained in:
Andrew Scheller 2022-12-26 14:59:45 +00:00
parent 3ba5ee6fac
commit e96b7a80d7
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

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

View file

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