From d729c340c070ce27d969a06f51add6fb6a160cd1 Mon Sep 17 00:00:00 2001 From: Matt Norton Date: Wed, 1 May 2024 13:38:29 +0100 Subject: [PATCH] Fix code example indentation --- 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`