1
0
mirror of synced 2025-12-30 12:02:01 -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:12:14 +02:00
committed by GitHub
parent c0edb4c36c
commit d9508ab4c4

View File

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