fix: Fully qualify action

This fixes an issue where Forgejo tries to look for code.forgejo.org for the action despite it not being available.
This commit is contained in:
Shuroii 2025-09-02 15:28:14 +02:00 committed by Tom Foster
commit ce68de93f7

View file

@ -20,7 +20,7 @@ jobs:
submodules: false submodules: false
persist-credentials: false persist-credentials: false
- uses: cachix/install-nix-action@56a7bb7b56d9a92d4fd1bc05758de7eea4a370a8 # v31.1.6 - uses: https://github.com/cachix/install-nix-action@56a7bb7b56d9a92d4fd1bc05758de7eea4a370a8 # v31.1.6
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable