From ce60cabe5085381839b17f93878c7e3f6219ec7b Mon Sep 17 00:00:00 2001 From: Lucas Costi Date: Wed, 1 Mar 2023 15:45:27 +1000 Subject: [PATCH] Fix example that showed a number for workflow_dispatch --- content/actions/learn-github-actions/contexts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/learn-github-actions/contexts.md b/content/actions/learn-github-actions/contexts.md index 82a1e483101d..76f268fcbf13 100644 --- a/content/actions/learn-github-actions/contexts.md +++ b/content/actions/learn-github-actions/contexts.md @@ -869,7 +869,7 @@ on: inputs: build_id: required: true - type: number + type: string deploy_target: required: true type: string