From d9508ab4c4e0bf10129cbd2c8fc9aa13c2a40aad Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:12:14 +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 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 %}