diff --git a/content/actions/using-workflows/reusing-workflows.md b/content/actions/using-workflows/reusing-workflows.md index e17a0561c6..c36b2411c6 100644 --- a/content/actions/using-workflows/reusing-workflows.md +++ b/content/actions/using-workflows/reusing-workflows.md @@ -193,7 +193,7 @@ jobs: target: [dev, stage, prod] uses: octocat/octo-repo/.github/workflows/deployment.yml@main with: - env: ${{ matrix.env }} + target: ${{ matrix.target }} ``` {% endraw %}