Fix shellcheck redirect style in queue hygiene workflow
This commit is contained in:
parent
6a0b367535
commit
da2bb5825f
8
.github/workflows/ci-queue-hygiene.yml
vendored
8
.github/workflows/ci-queue-hygiene.yml
vendored
@ -82,9 +82,11 @@ jobs:
|
||||
|
||||
"${cmd[@]}"
|
||||
|
||||
echo "status_scope=${status_scope}" >> "$GITHUB_OUTPUT"
|
||||
echo "max_cancel=${max_cancel}" >> "$GITHUB_OUTPUT"
|
||||
echo "apply_mode=${apply_mode}" >> "$GITHUB_OUTPUT"
|
||||
{
|
||||
echo "status_scope=${status_scope}"
|
||||
echo "max_cancel=${max_cancel}"
|
||||
echo "apply_mode=${apply_mode}"
|
||||
} >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Publish queue hygiene summary
|
||||
if: always()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user