Skip to content

Commit

Permalink
doc: fix typo (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 authored Feb 28, 2024
1 parent d20af8b commit 88d7731
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 88d7731

Please sign in to comment.