diff --git a/docs/Makefile b/docs/Makefile index 9bfcf11..2ea5ded 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -10,4 +10,4 @@ docs: no_ext_final=$${final_file:0:-3}; \ sed -i "s;(\(../\)*$${source_file});($${no_ext_final});g" $$(find -name '*.md'); \ done - find . -type d -empty -delete \ No newline at end of file + find . -type d -empty -delete diff --git a/docs/examples/adding-flatpaks.md b/docs/examples/adding-flatpaks.md index 2418e08..153b740 100644 --- a/docs/examples/adding-flatpaks.md +++ b/docs/examples/adding-flatpaks.md @@ -27,10 +27,13 @@ podman run --privileged --volume ./:/github/workspace/ ghcr.io/jasonn3/build-con FLATPAK_REMOTE_URL=https://flathub.org/repo/flathub.flatpakrepo \ FLATPAK_REMOTE_REFS="app/org.videolan.VLC/x86_64/stable runtime/org.kde.Platform/x86_64/5.15-23.08" ``` + --- + ## Using a directory Action: + 1. Create a directory within your GitHub repo named flatpak_refs 1. Create a file within flatpak_refs with the following content @@ -52,6 +55,7 @@ Specify the following in your workflow: ``` Podman: + 1. Create a directory named flatpak_refs 1. Create a file within flatpak_refs with the following content diff --git a/docs/usage.md b/docs/usage.md index eb31549..9f6a83f 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -30,6 +30,7 @@ This action is designed to be called from a GitHub workflow using the following ``` ## Inputs + | Variable | Description | Default Value | Action | Container/Makefile | | ----------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------- | ------------------ | ------------------ | | additional_templates | Space delimited list of additional Lorax templates to include | \[empty\] | :white_check_mark: | :white_check_mark: | @@ -54,14 +55,11 @@ This action is designed to be called from a GitHub workflow using the following | version | Fedora version of installer to build | 39 | :white_check_mark: | :white_check_mark: | | web_ui | Enable Anaconda WebUI (experimental) | false | :white_check_mark: | :white_check_mark: | - \*Available options for VARIANT can be found by running `dnf provides system-release`. Variant will be the third item in the package name. Example: `fedora-release-kinoite-39-34.noarch` will be kinoite \*\* If you need to reference a local file, you can use `file://*path*` - - ## Outputs | Variable | Description | Usage |