Skip to content

Commit

Permalink
Use choice for revision_mark GitHub Actions input
Browse files Browse the repository at this point in the history
This makes it easier to select one of the three options.
  • Loading branch information
arichardson committed Jan 29, 2024
1 parent d647a2a commit f1705ad
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 f1705ad

Please sign in to comment.