mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-17 04:33:02 +01:00
Avoid deprecated set-output
This commit is contained in:
parent
07ff93f1a6
commit
6ebe716a63
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -17,7 +17,8 @@ jobs:
|
|||
name: traxys
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- id: load-packages
|
||||
run: echo "::set-output name=matrix::$(nix flake show --json | jq -c '.packages."x86_64-linux" | keys')"
|
||||
run: >
|
||||
{ echo -n "name="; nix flake show --json | jq -c '.packages."x86_64-linux" | keys' } >> $GITHUB_OUTPUT
|
||||
|
||||
outputs:
|
||||
matrix: ${{ steps.load-packages.outputs.matrix }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue