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