.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:
parent
0498effc41
commit
e6ea2208c7
|
@ -32,8 +32,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
nix build -L .#nixosChannels
|
nix build -L .#nixosChannels
|
||||||
channels="{\"channel\": $(< ./result)}"
|
channels="{\"channel\": $(< ./result)}"
|
||||||
echo $channels
|
echo "$channels"
|
||||||
echo "::set-output name=matrix::$channels"
|
echo "matrix=$channels" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
import-nixpkgs:
|
import-nixpkgs:
|
||||||
needs: nixos-channels
|
needs: nixos-channels
|
||||||
|
|
Loading…
Reference in a new issue