Skip to content

Commit

Permalink
ci: fix input syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Jun 4, 2024
1 parent 0f9d1e8 commit 75eef52
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: Deploy

on:
workflow_dispatch:
deploy:
description: Deploy the output to GitHub Pages
type: choice
required: true
default: 'true'
options:
- true
- false
inputs:
deploy:
description: Deploy the output to GitHub Pages
type: choice
required: true
default: 'true'
options:
- true
- false

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit 75eef52

Please sign in to comment.