Skip to content

Commit 452cd7e

Browse files
Update README.md and docs (#11)
Co-authored-by: goruha <[email protected]>
1 parent 1ad90e4 commit 452cd7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ Example how you can use workaround to reference matrix job outputs.
148148
### Reusable workflow example
149149
150150
Reusable workflow that support matrix outputs
151+
151152
`./.github/workflow/build-reusabled.yaml`
153+
152154
```yaml
153155
name: Build - Reusable workflow
154156
on:
@@ -214,7 +216,8 @@ jobs:
214216
```
215217

216218
Then you can use the workflow with matrix
217-
```
219+
220+
```yaml
218221
name: Pull Request
219222
on:
220223
pull_request:

0 commit comments

Comments
 (0)