From d45040d377ed5a6b85cc8c678f8d38779b99b319 Mon Sep 17 00:00:00 2001 From: Akhil G Krishnan Date: Sat, 27 Apr 2024 12:22:17 +0530 Subject: [PATCH] Add description for action inputs --- .github/actions/build-and-publish-image/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/build-and-publish-image/action.yml b/.github/actions/build-and-publish-image/action.yml index eef0176..07fd369 100644 --- a/.github/actions/build-and-publish-image/action.yml +++ b/.github/actions/build-and-publish-image/action.yml @@ -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: