.github: remove deprecated set-output command (#655)

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This commit is contained in:
Naïm Favier 2023-05-10 19:46:01 +02:00 committed by GitHub
parent 0498effc41
commit e6ea2208c7
Failed to generate hash of commit

View file

@ -32,8 +32,8 @@ jobs:
run: |
nix build -L .#nixosChannels
channels="{\"channel\": $(< ./result)}"
echo $channels
echo "::set-output name=matrix::$channels"
echo "$channels"
echo "matrix=$channels" >> "$GITHUB_OUTPUT"
import-nixpkgs:
needs: nixos-channels