Skip to content

Commit bf20462

Browse files
cmcainelucascosti
andauthored
Update events-that-trigger-workflows.md (#650)
Co-authored-by: Lucas Costi <[email protected]>
1 parent 33dad50 commit bf20462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/actions/reference/events-that-trigger-workflows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ You can manually trigger a workflow run using the {% data variables.product.prod
100100

101101
##### Example workflow configuration
102102

103-
This example defines the `name` and `home` inputs and prints them using the `github.event.inputs.name` and `github.event.inputs.home` contexts. If a `name` isn't provided, the default value 'Mona the Octocat' is printed.
103+
This example defines the `name` and `home` inputs and prints them using the `github.event.inputs.name` and `github.event.inputs.home` contexts. If a `home` isn't provided, the default value 'The Octoverse' is printed.
104104

105105
{% raw %}
106106
```yaml
@@ -115,6 +115,7 @@ on:
115115
home:
116116
description: 'location'
117117
required: false
118+
default: 'The Octoverse'
118119

119120
jobs:
120121
say_hello:

0 commit comments

Comments
 (0)