Skip to content

Commit

Permalink
Add description for action inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan committed Apr 27, 2024
1 parent 3d0ee43 commit d45040d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build-and-publish-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ description: Steps for building an image for a specific ruby version
inputs:
ruby_version:
required: true
description: "The version of Ruby to build the image for"
image_tag:
required: true
description: "The tag to use for the image"
gh_token:
required: true
description: "The GitHub token to use for authentication"
repository_owner:
required: true
description: "The owner of the repository"
runs:
using: "composite"
steps:
Expand Down

0 comments on commit d45040d

Please sign in to comment.