1
0
mirror of synced 2026-01-05 21:04:17 -05:00

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

Co-authored-by: Florian Wagner <h2floh@github.com>
This commit is contained in:
Sophie
2022-08-15 10:04:21 +02:00
committed by GitHub
parent 3b83c68329
commit b1110addf1

View File

@@ -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 }}