From a056cab9b6d7d67763604e21b7af8d06e58f593f Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 30 Nov 2025 14:59:54 -0500 Subject: [PATCH] Add https to tell runner that action is on our servers --- .gitea/workflows/build-hyprwayland-scanner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-hyprwayland-scanner.yml b/.gitea/workflows/build-hyprwayland-scanner.yml index 27ed0ed..d2a75de 100644 --- a/.gitea/workflows/build-hyprwayland-scanner.yml +++ b/.gitea/workflows/build-hyprwayland-scanner.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v6 # v5 - name: Build RPM - uses: git.hydrosaber.com/hydros/build-rpm@main + uses: https://git.hydrosaber.com/hydros/build-rpm@main with: spec-file-path: ./hyprwayland-scanner/hyprwayland-scanner.spec