Skip to content

Commit

Permalink
F5
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 14, 2024
1 parent 765e35e commit 365767e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
echo "matrix.color: ${{ matrix.color }}"
echo "matrix.color != 'false' && 1 || 0: ${{ matrix.color != 'false' && 1 || 0 }}"
echo "matrix.color != 'false' && 1 || 0: ${{ matrix.color != 'false' && '1' || '0' }}"
- name: Debug build
if: ${{ matrix.debug_build }}
Expand Down

0 comments on commit 365767e

Please sign in to comment.