From fc622b7cab115f7506cf2b2353c4e6673a51d5aa Mon Sep 17 00:00:00 2001 From: Sagar Khalasi Date: Wed, 15 Jan 2025 12:32:55 +0530 Subject: [PATCH] fix checking --- .github/workflows/build-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 9b554db8ff55..60fe7f47ad44 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -6,7 +6,7 @@ on: workflow_call: inputs: pr: - description: "This is the PR number in case the workflow is being called in a pull request" + description: "This is the PR number in case the workflow is being called in a pull request- sample" required: false type: number