diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index b6ff43b..9bfc6ee 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -8,14 +8,11 @@ on: workflow_dispatch: inputs: branch: - description: 'Select branch to run' + description: "Select branch to run" required: true - default: 'main' + default: "main" type: string - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read