Skip to content

Commit

Permalink
standardize output
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 3, 2024
1 parent a26d81e commit b328245
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/determine_workflow_config/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ runs:
- id: echo-outputs
shell: bash
run: |
echo "=== Test Conditions Outputs ==="
echo "Test Conditions Outputs:"
echo "exclude-slow: ${{ steps.determine_workflow_config.outputs.exclude-slow }}"
echo "exclude-unstable: ${{ steps.determine_workflow_config.outputs.exclude-unstable }}"
echo "exclude-release-only: ${{ steps.determine_workflow_config.outputs.exclude-release-only }}"
echo "link-azle: ${{ steps.determine_workflow_config.outputs.link-azle }}"
echo "fuzz: ${{ steps.determine_workflow_config.outputs.fuzz }}"
echo "==========================="

0 comments on commit b328245

Please sign in to comment.