Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add type:boolean to workflow_dispatch in README.md #128

Closed
nickbenedetti opened this issue Aug 12, 2022 · 0 comments · Fixed by #129
Closed

Add type:boolean to workflow_dispatch in README.md #128

nickbenedetti opened this issue Aug 12, 2022 · 0 comments · Fixed by #129

Comments

@nickbenedetti
Copy link

nickbenedetti commented Aug 12, 2022

The workflow_dispatch is missing the type to know what should be in the prompt. Currently:
Screen Shot 2022-08-11 at 18 10 19

Expected:
Screen Shot 2022-08-11 at 18 10 39

Fix: update the README.md to include type:boolean so it reads:

on:
  workflow_dispatch:
    inputs:
      debug_enabled:
        description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
        type: boolean
        required: false
        default: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant