mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
fix variable name
This commit is contained in:
parent
3de14642be
commit
b0b21f7094
1 changed files with 1 additions and 1 deletions
|
|
@ -65,4 +65,4 @@ Variant will be the third item in the package name. Example: `fedora-release-kin
|
|||
| Variable | Description | Usage |
|
||||
| -------- | ----------------------------------------| ------------------------------------------------ |
|
||||
| iso_name | The name of the resulting .iso | ${{ steps.YOUR_ID_FOR_ACTION.outputs.iso_name }} |
|
||||
| iso_path | The path to the resulting .iso | ${{ steps.YOUR_ID_FOR_ACTION.outputs.iso_name }} |
|
||||
| iso_path | The path to the resulting .iso | ${{ steps.YOUR_ID_FOR_ACTION.outputs.iso_path }} |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue