From 88d77318487f267d4307a9d2a58d2c03d21976b1 Mon Sep 17 00:00:00 2001 From: Jason N <33561705+JasonN3@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:22:57 -0500 Subject: [PATCH] doc: fix typo (#25) --- README.md | 4 ++-- action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c80ebbe..e11a6cb6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Build status](https://github.com/jasonn3/build-container-installer/actions/workflows/build-and-test.yml/badge.svg??event=push) -# Bulid Container Installer Action -This action is used to generate an ISO for installing OSTrees stored in a container. This utilizes the anaconda command `ostreecontainer` +# Build Container Installer Action +This action is used to enerate an ISO for installing an OSTree stored in a container image. This utilizes the anaconda command `ostreecontainer` ## Usage This action is designed to be called from a GitHub workflow using the following format diff --git a/action.yml b/action.yml index 3dd40422..985bd01c 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: Build Contianer Installer -description: generate an ISO for installing OSTrees stored in a container +name: Build Container Installer +description: Generates an ISO for installing an OSTree stored in a container image inputs: arch: