Skip to content

Commit

Permalink
Merge pull request #33 from arichardson/revmark-choice
Browse files Browse the repository at this point in the history
Use an option input for revision_mark
  • Loading branch information
wmat authored Feb 6, 2024
2 parents d3f1da8 + 57898f9 commit a71dc4b
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 a71dc4b

Please sign in to comment.