Skip to content

Commit

Permalink
ci: fix condition type (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Apr 30, 2024
1 parent a260d83 commit a2af4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
- build
uses: ./.github/workflows/extra.yml
with:
all-versions: ${{ needs.generate_matrix.outputs.all-versions }}
all-versions: ${{ needs.generate_matrix.outputs.all-versions == 'true' }}

0 comments on commit a2af4d6

Please sign in to comment.