Skip to content

Commit

Permalink
ci: standardize output redirection formatting (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO authored Jan 12, 2025
1 parent f1e0031 commit 0a20c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
($packages[] | format_output($arch; "packages"))
] |
"derivations=\(.)"
' >> $GITHUB_OUTPUT
' >>$GITHUB_OUTPUT
outputs:
derivations: ${{ steps.get-derivations.outputs.derivations }}
Expand Down

0 comments on commit 0a20c8d

Please sign in to comment.