ci: standardize output redirection formatting (#756)
This commit is contained in:
parent
f1e003194c
commit
0a20c8d0ed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
($packages[] | format_output($arch; "packages"))
|
||||
] |
|
||||
"derivations=\(.)"
|
||||
' >> $GITHUB_OUTPUT
|
||||
' >>$GITHUB_OUTPUT
|
||||
|
||||
outputs:
|
||||
derivations: ${{ steps.get-derivations.outputs.derivations }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue