Update content/actions/using-workflows/reusing-workflows.md
Co-authored-by: Florian Wagner <h2floh@github.com>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user