Skip to content

Commit 6d33187

Browse files
authored
Fix example that showed a number for workflow_dispatch (#24217)
1 parent 227078c commit 6d33187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/learn-github-actions/contexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ on:
869869
inputs:
870870
build_id:
871871
required: true
872-
type: number
872+
type: string
873873
deploy_target:
874874
required: true
875875
type: string

0 commit comments

Comments
 (0)