We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad90e4 commit 452cd7eCopy full SHA for 452cd7e
README.md
@@ -148,7 +148,9 @@ Example how you can use workaround to reference matrix job outputs.
148
### Reusable workflow example
149
150
Reusable workflow that support matrix outputs
151
+
152
`./.github/workflow/build-reusabled.yaml`
153
154
```yaml
155
name: Build - Reusable workflow
156
on:
@@ -214,7 +216,8 @@ jobs:
214
216
```
215
217
218
Then you can use the workflow with matrix
-```
219
220
+```yaml
221
name: Pull Request
222
223
pull_request:
0 commit comments