Skip to content

Commit b3eec79

Browse files
committed
add type to workflow input
1 parent bd384a2 commit b3eec79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
test-command:
77
description: 'The command to run tests'
88
required: false
9+
type: string
910
default: 'bundle exec rspec'
1011
jobs:
1112
run_tests:

0 commit comments

Comments
 (0)