diff --git a/content/actions/using-workflows/reusing-workflows.md b/content/actions/using-workflows/reusing-workflows.md index 1e831d42d6..e50ca98449 100644 --- a/content/actions/using-workflows/reusing-workflows.md +++ b/content/actions/using-workflows/reusing-workflows.md @@ -190,7 +190,7 @@ jobs: ReuseableMatrixJobForDeployment: strategy: matrix: - env: [dev, stage, prod] + target: [dev, stage, prod] uses: octocat/octo-repo/.github/workflows/deployment.yml@main with: env: ${{ matrix.env }}