mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 10:50:20 +01:00
Use a single line for set-output value
This commit is contained in:
parent
1643a27ec9
commit
07ff93f1a6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
name: traxys
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- id: load-packages
|
||||
run: echo "::set-output name=matrix::$(nix flake show --json | jq '.packages."x86_64-linux" | keys')"
|
||||
run: echo "::set-output name=matrix::$(nix flake show --json | jq -c '.packages."x86_64-linux" | keys')"
|
||||
|
||||
outputs:
|
||||
matrix: ${{ steps.load-packages.outputs.matrix }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue