Skip to content

Commit

Permalink
gh-actions/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Oct 13, 2024
1 parent 21a1da5 commit 3ac75d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions/envoy/ci/report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
REPORT="$( \
"${REPORT_CMD[@]}" \
--repo ${{ github.repository }} \
--status failure "${REPORT_ARGS[@]}")"
--status ${{ inputs.status || 'all' }} "${REPORT_ARGS[@]}")"
echo "report=${REPORT}" >> $GITHUB_OUTPUT
shell: bash
env:
Expand Down

0 comments on commit 3ac75d9

Please sign in to comment.