From ed1063e8e2cafa88777fd8da353df53754ef9a02 Mon Sep 17 00:00:00 2001 From: AndyTitu Date: Mon, 10 Jun 2024 13:57:10 +0300 Subject: [PATCH] Add inputs --- .github/workflows/validate.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 59547e9..a2d6095 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -4,8 +4,10 @@ name: Validate on: pull_request: workflow_dispatch: - checkout-ref: - required: true + inputs: + checkout-ref: + description: "The commit SHA of the code version you'd like to test" + required: true jobs: build: