.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: |
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue