1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix variable name

This commit is contained in:
Jason Nagin 2025-10-08 10:49:47 -04:00 committed by GitHub
parent 3de14642be
commit b0b21f7094
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,4 +65,4 @@ Variant will be the third item in the package name. Example: `fedora-release-kin
| Variable | Description | Usage | | Variable | Description | Usage |
| -------- | ----------------------------------------| ------------------------------------------------ | | -------- | ----------------------------------------| ------------------------------------------------ |
| iso_name | The name of the resulting .iso | ${{ steps.YOUR_ID_FOR_ACTION.outputs.iso_name }} | | 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 }} |