mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Fix code example indentation (#114)
This commit is contained in:
parent
575e169bf9
commit
6e803c8fcb
1 changed files with 3 additions and 3 deletions
|
|
@ -27,9 +27,9 @@ This action is designed to be called from a GitHub workflow using the following
|
||||||
path: |
|
path: |
|
||||||
${{ steps.build.outputs.iso_path }}
|
${{ steps.build.outputs.iso_path }}
|
||||||
${{ steps.build.outputs.iso_path }}-CHECKSUM
|
${{ steps.build.outputs.iso_path }}-CHECKSUM
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 0
|
retention-days: 0
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
```
|
```
|
||||||
|
|
||||||
See [Customizing](#customizing) for information about customizing the ISO that gets created using `with`
|
See [Customizing](#customizing) for information about customizing the ISO that gets created using `with`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue