Skip to content

Commit

Permalink
Fix safari-wptrunner.yml to match the schema
Browse files Browse the repository at this point in the history
(whoops)
  • Loading branch information
gsnedders committed Oct 18, 2024
1 parent c3b1974 commit 7e91324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/safari-wptrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
safari-technology-preview:
description: "Run Safari Technology Preview rather than the system Safari"
required: true
type: bool
type: boolean
safaridriver-diagnose:
description: "Run safaridriver capturing diagnostics"
required: true
type: bool
type: boolean

# We never interact with the GitHub API, thus we can simply disable all
# permissions the GitHub token would have.
Expand Down

0 comments on commit 7e91324

Please sign in to comment.