diff --git a/Makefile b/Makefile index d77547d..a752721 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ WEB_UI = false REPOS = /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora-updates.repo ADDITIONAL_TEMPLATES = "" FLATPAK_REMOTE_NAME = flathub -FLATPAK_REMOTE_URL = https://dl.flathub.org/repo/ +FLATPAK_REMOTE_URL = https://flathub.org/repo/flathub.flatpakrepo FLATPAK_REMOTE_REFS = ROOTFS_SIZE = 4 diff --git a/action.yml b/action.yml index 8f9aea9..b374401 100644 --- a/action.yml +++ b/action.yml @@ -41,9 +41,9 @@ inputs: required: false default: "flathub" flatpak_remote_url: - description: The URL of the Flatpak remote repo + description: The URL of the Flatpak remote flatpakrepo file required: false - default: https://dl.flathub.org/repo/ + default: https://flathub.org/repo/flathub.flatpakrepo flatpak_remote_refs: description: Space delimited list of refs to the flatpak packages to install required: false