Use Forgejo output
Some checks failed
Test / tests (push) Has been skipped
Build / Determining hosts to build (pull_request) Failing after 8s
Test / tests (pull_request) Has been skipped
Build / build (pull_request) Has been skipped

This commit is contained in:
Tibo De Peuter 2026-02-08 12:08:50 +01:00
parent cef1259f8d
commit 82ff6d6280
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -18,7 +18,7 @@ jobs:
id: hosts
run: |
hosts="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json)"
echo "hostnames=${hosts}" >> "$GITHUB_OUTPUT"
echo "hostnames=${hosts}" >> "$FORGEJO_OUTPUT"
outputs:
hosts: ${{ steps.hosts.outputs.hostnames }}