0
Fork 0
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:
Daniel Lockyer 2022-02-17 12:20:29 +01:00
parent 1a0362f3db
commit b1bb2ad8e8
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -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