Forgejo Actions #5

Merged
pazpi merged 14 commits from forgejo-actions into master 2025-12-07 23:24:30 +01:00
Showing only changes of commit 1cb9e1ea6a - Show all commits

View file

@ -40,7 +40,7 @@ jobs:
if: steps.changes.outputs.changed == 'true'
run: |
HOSTS=$(nix eval --json .#colmena --apply 'x: builtins.filter (n: n != "meta" && builtins.elem "lxc" (x.${n}.deployment.tags or [])) (builtins.attrNames x)')
echo "hosts=$HOSTS" >> $FORGEJO_OUTPUT
echo "hosts="$HOSTS >> $FORGEJO_OUTPUT
echo "Discovered hosts: $HOSTS"
- name: Upload flake.lock