Skip to content

Commit

Permalink
Merge pull request #24 from akhilgkrishnan/add-description-to-inputs
Browse files Browse the repository at this point in the history
Add description for action inputs
  • Loading branch information
andrewn617 authored May 1, 2024
2 parents 385cb6f + d45040d commit fea3eea
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 fea3eea

Please sign in to comment.