forked from Bos55/nix-config
Use Forgejo output
This commit is contained in:
parent
cef1259f8d
commit
82ff6d6280
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
id: hosts
|
id: hosts
|
||||||
run: |
|
run: |
|
||||||
hosts="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json)"
|
hosts="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json)"
|
||||||
echo "hostnames=${hosts}" >> "$GITHUB_OUTPUT"
|
echo "hostnames=${hosts}" >> "$FORGEJO_OUTPUT"
|
||||||
outputs:
|
outputs:
|
||||||
hosts: ${{ steps.hosts.outputs.hostnames }}
|
hosts: ${{ steps.hosts.outputs.hostnames }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue