mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed syntax of inputs in CI workflow
- the inputs should be under an `inputs` key - not sure where that went missing
This commit is contained in:
parent
1a0362f3db
commit
b1bb2ad8e8
1 changed files with 5 additions and 4 deletions
9
.github/workflows/browser-tests.yml
vendored
9
.github/workflows/browser-tests.yml
vendored
|
@ -1,10 +1,11 @@
|
|||
name: Browser Tests
|
||||
on:
|
||||
workflow_dispatch:
|
||||
site_url:
|
||||
description: 'Site URL to test'
|
||||
required: true
|
||||
type: string
|
||||
inputs:
|
||||
site_url:
|
||||
description: 'Site URL to test'
|
||||
required: true
|
||||
type: string
|
||||
jobs:
|
||||
test:
|
||||
timeout-minutes: 60
|
||||
|
|
Loading…
Reference in a new issue