mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 01:49:03 +00:00
fixed typo
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
parent
2cc874f622
commit
3c136d27ac
5 changed files with 159 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue