Skip to content

Commit

Permalink
Use an option input for revision_mark
Browse files Browse the repository at this point in the history
This makes the GitHub UI show a dropdown box instead of text field.

Signed-off-by: Alex Richardson <[email protected]>
  • Loading branch information
arichardson committed Jan 29, 2024
1 parent e1c38be commit 57898f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ on:
revision_mark:
description: 'Set revision mark as Draft, Release or Stable:'
required: true
type: string
type: choice
options:
- Draft
- Release
- Stable
default: Draft
prerelease:
description: Tag as a pre-release?
Expand Down

0 comments on commit 57898f9

Please sign in to comment.