From b1110addf151af7f037a67351cc5729d2cac5b9c Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:04:21 +0200 Subject: [PATCH] Update content/actions/using-workflows/reusing-workflows.md Co-authored-by: Florian Wagner --- content/actions/using-workflows/reusing-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}