We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8025caf commit 4205865Copy full SHA for 4205865
1 file changed
.github/workflows/reusable-ubuntu.yml
@@ -19,14 +19,14 @@ on:
19
type: boolean
20
default: false
21
os:
22
- description: OS to run the job
23
- required: true
24
- type: string
+ description: OS to run the job
+ required: true
+ type: string
25
test-opts:
26
- description: Extra options to pass to the test runner via TESTOPTS
27
- required: false
28
29
- default: ''
+ description: Extra options to pass to the test runner via TESTOPTS
+ required: false
+ default: ''
30
31
permissions:
32
contents: read
0 commit comments