Skip to content

Missing "inputs" in workflow_dispatch #1713

@OpenByteDev

Description

@OpenByteDev

This section in deploy-to-pages.yaml seems to be missing the inputs key outlined in the workflow reference?

workflow_dispatch:
git_ref_to_deploy:
description: The git reference to deploy
required: false
type: string
default: gh-pages

Example:

on:
  workflow_dispatch:
    inputs:
      logLevel:
        description: 'Log level'
        required: true
        default: 'warning'
        type: choice
        options:
          - info
          - warning
          - debug
      print_tags:
        description: 'True to print to STDOUT'
        required: true
        type: boolean
      tags:
        description: 'Test scenario tags'
        required: true
        type: string
      environment:
        description: 'Environment to run tests against'
        type: environment
        required: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions