mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
fix: Use new output syntax
See <https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/> and <https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files>.
This commit is contained in:
parent
edb6eea379
commit
1495d30db6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
set -euo pipefail
|
||||
|
||||
matrix="$(nix-instantiate --eval --json --expr 'builtins.attrNames (import ./tests {})' | jq -rcM '{attr: .}')"
|
||||
echo "::set-output name=matrix::$matrix"
|
||||
echo "matrix=$matrix" >> "$GITHUB_OUTPUT"
|
||||
|
||||
builds-linux:
|
||||
needs: matrix_generate
|
||||
|
|
Loading…
Add table
Reference in a new issue