Skip to content

Commit 8ca7757

Browse files
authored
repo sync
2 parents 8441b02 + bf20462 commit 8ca7757

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)