Skip to content

Commit

Permalink
fix(typo): fix typo in timeout message
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0r authored and soonum committed Feb 9, 2024
1 parent ab65ad7 commit f3a88ba
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/gh.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async function waitForRunnerRegistered(label) {
}

core.error(
`A timeout of ${timeoutSeconds} minutes is exceeded. Your AWS EC2 instance was not able to register itself in GitHub as a new self-hosted runner.`
`A timeout of ${timeoutSeconds} seconds is exceeded. Your AWS EC2 instance was not able to register itself in GitHub as a new self-hosted runner.`
)
throw new Error('GitHub self-hosted runner registration error')
}
Expand Down

0 comments on commit f3a88ba

Please sign in to comment.