From 3490844706fe67c76e544b0fd83459e2d1fabadd Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:59:08 -0500 Subject: [PATCH] use flatpakrepo file --- Makefile | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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