From 575e169bf9380eaeb0620ff65d3f9d96b11f8965 Mon Sep 17 00:00:00 2001 From: Matt Norton Date: Tue, 30 Apr 2024 16:05:03 +0100 Subject: [PATCH 1/3] Fix spelling error in `README.md` (#112) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f85f4d..02c0ad7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Build status](https://github.com/jasonn3/build-container-installer/actions/workflows/tests.yml/badge.svg?event=push) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/35a48e77e64f469ba19d60a1a1e0be71)](https://app.codacy.com/gh/JasonN3/build-container-installer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) # 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` +This action is used to generate 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 From 6e803c8fcb82c34bfc6228239ed4d5489b116327 Mon Sep 17 00:00:00 2001 From: Matt Norton Date: Wed, 1 May 2024 13:41:18 +0100 Subject: [PATCH 2/3] Fix code example indentation (#114) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02c0ad7..9fc0ee2 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ This action is designed to be called from a GitHub workflow using the following path: | ${{ steps.build.outputs.iso_path }} ${{ steps.build.outputs.iso_path }}-CHECKSUM - if-no-files-found: error - retention-days: 0 - compression-level: 0 + if-no-files-found: error + retention-days: 0 + compression-level: 0 ``` See [Customizing](#customizing) for information about customizing the ISO that gets created using `with` From ee3a60c6a131fe2d107f02720a3e90849b750aae Mon Sep 17 00:00:00 2001 From: Matt Norton Date: Mon, 6 May 2024 12:39:07 +0100 Subject: [PATCH 3/3] Add hyperlink to badge icons in `README.md` (#116) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fc0ee2..764e3fd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -![Build status](https://github.com/jasonn3/build-container-installer/actions/workflows/tests.yml/badge.svg?event=push) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/35a48e77e64f469ba19d60a1a1e0be71)](https://app.codacy.com/gh/JasonN3/build-container-installer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) +[![Build status](https://github.com/jasonn3/build-container-installer/actions/workflows/tests.yml/badge.svg?event=push)](https://github.com/jasonn3/build-container-installer/actions/workflows/tests.yml) +[![Codacy Badge](https://app.codacy.com/project/badge/Grade/35a48e77e64f469ba19d60a1a1e0be71)](https://app.codacy.com/gh/JasonN3/build-container-installer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) # Build Container Installer Action This action is used to generate an ISO for installing an OSTree stored in a container image. This utilizes the anaconda command `ostreecontainer`