mirror of
https://github.com/containers/podman.git
synced 2025-07-01 08:07:03 +08:00
GHA: Fix typo setting output parameter
Ref: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -87,5 +87,5 @@ failures=$((records/2))
|
||||
# Set the output of this step.
|
||||
# Ref: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
|
||||
# shellcheck disable=SC2154
|
||||
echo "failures::$failures" >> $GITHUB_OUTPUT
|
||||
echo "failures=$failures" >> $GITHUB_OUTPUT
|
||||
echo "Total failed Cirrus-CI cron builds: $failures"
|
||||
|
Reference in New Issue
Block a user