fixed typo

Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
Luca Stocchi 2020-11-06 23:28:40 +01:00
parent 2cc874f622
commit 3c136d27ac
No known key found for this signature in database
GPG key ID: 930BB00F3FCF30A4
5 changed files with 159 additions and 3 deletions

View file

@ -16,7 +16,7 @@ export async function run(): Promise<void> {
const newImageName = core.getInput('new-image-name');
const runnerOS = process.env.RUNNER_OS;
if (runnerOS !== 'linux') {
if (runnerOS !== 'Linux') {
throw new Error(`Only supported on linux platform`);
}
// get buildah cli