From 90217ec85a21043fb12044475fd456425e3c2a02 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Tue, 13 Jan 2026 15:58:20 -0800 Subject: [PATCH] fix(ci): Use full Gitea URL for composite action Gitea Actions defaults to GitHub for short-form action references. Use full URL to reference actions from the same Gitea instance. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 47cd2ae..27d6efd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: johno/gitea-actions/nix-setup@main + - uses: https://git.johnogle.info/johno/gitea-actions/nix-setup@main - name: Check flake run: nix flake check