Skip to content

Commit fea3eea

Browse files
authored
Merge pull request #24 from akhilgkrishnan/add-description-to-inputs
Add description for action inputs
2 parents 385cb6f + d45040d commit fea3eea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/build-and-publish-image/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ description: Steps for building an image for a specific ruby version
33
inputs:
44
ruby_version:
55
required: true
6+
description: "The version of Ruby to build the image for"
67
image_tag:
78
required: true
9+
description: "The tag to use for the image"
810
gh_token:
911
required: true
12+
description: "The GitHub token to use for authentication"
1013
repository_owner:
1114
required: true
15+
description: "The owner of the repository"
1216
runs:
1317
using: "composite"
1418
steps:

0 commit comments

Comments
 (0)