From 75eef52c4b315821e45f386db489aeae2ac47c7b Mon Sep 17 00:00:00 2001 From: takase1121 <20792268+takase1121@users.noreply.github.com> Date: Tue, 4 Jun 2024 22:24:42 +0800 Subject: [PATCH] ci: fix input syntax --- .github/workflows/build.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad8b8f76..4b4f0e93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: