Skip to content

Commit

Permalink
fix: descriptions in action.yaml + make build type a choice
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jan 31, 2023
1 parent 70c564f commit 004c54d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,19 @@ inputs:
required: true
default: ""
detailed_description:
summary: "Detailed description of the package."
description: "Detailed description of the package."
required: true
default: ""
build_type:
summary: "'builtin' or 'make'"
description: "The build type."
required: true
default: "builtin"
default: builtin
type: choice
options:
- builtin
- make
template:
summary: "Path to a rockspec template."
description: "Path to a rockspec template."
required: true
default: "/rockspec.template"
runs:
Expand Down

0 comments on commit 004c54d

Please sign in to comment.