fix(ci): Use full Gitea URL for composite action
All checks were successful
CI / check (push) Successful in 7m29s

Gitea Actions defaults to GitHub for short-form action references.
Use full URL to reference actions from the same Gitea instance.
This commit is contained in:
2026-01-13 15:58:20 -08:00
parent f99f4069f0
commit 90217ec85a

View File

@@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - 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 - name: Check flake
run: nix flake check run: nix flake check