Skip to content

Commit 1375656

Browse files
authored
Merge pull request #27099 from github/repo-sync
repo sync
2 parents 78ebd2e + f7b8c0b commit 1375656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/using-workflows/reusing-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can define inputs and secrets, which can be passed from the caller workflow
104104
```
105105
{% endraw %}
106106
For details of the syntax for defining inputs and secrets, see [`on.workflow_call.inputs`](/actions/reference/workflow-syntax-for-github-actions#onworkflow_callinputs) and [`on.workflow_call.secrets`](/actions/reference/workflow-syntax-for-github-actions#onworkflow_callsecrets).
107-
1. Reference the input or secret in the reusable workflow.
107+
1. In the reusable workflow, reference the input or secret that you defined in the `on` key in the previous step.
108108

109109
{% raw %}
110110
```yaml

0 commit comments

Comments
 (0)