Skip to content

Commit 57b5e49

Browse files
Fix forward inputs to bats workflow (#84)
1 parent bd22dff commit 57b5e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
with:
3939
machine: ${{ matrix.os }}
4040
files: ${{ needs.list-tests.outputs.files }}
41-
crystal: ${{ github.events.inputs.crystal }}
42-
shards: ${{ github.events.inputs.shards }}
41+
crystal: ${{ github.event.inputs.crystal || 'nightly' }}
42+
shards: ${{ github.event.inputs.shards || 'nightly' }}
4343

4444
test_format:
4545
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)