chore: fix typos in various places

This commit is contained in:
Horu
2024-05-14 03:47:33 +07:00
committed by GitHub
parent 4dfc45d4ab
commit 7d1f84e3eb
17 changed files with 26 additions and 26 deletions

View File

@@ -308,6 +308,6 @@ if ($github_repo -ne "") {
if ($github_repo -imatch "https") {
$actions = "$($github_repo.substring(0, $github_repo.length - 4))/actions"
Write-Host "Your firmware should be availalbe from GitHub Actions shortly: $actions"
Write-Host "Your firmware should be available from GitHub Actions shortly: $actions"
}
}

View File

@@ -297,7 +297,7 @@ if [ -n "$github_repo" ]; then
exit 1
fi
# TODO: Support determing the actions URL when non-https:// repo URL is used.
# TODO: Support determining the actions URL when non-https:// repo URL is used.
if [ "${github_repo}" != "${github_repo#https://}" ]; then
echo "Your firmware should be available from GitHub Actions shortly: ${github_repo%.git}/actions"
fi