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 37370c6 commit 1ad90e4Copy full SHA for 1ad90e4
README.yaml
@@ -130,7 +130,9 @@ usage: |-
130
### Reusable workflow example
131
132
Reusable workflow that support matrix outputs
133
+
134
`./.github/workflow/build-reusabled.yaml`
135
136
```yaml
137
name: Build - Reusable workflow
138
on:
@@ -196,7 +198,8 @@ usage: |-
196
198
```
197
199
200
Then you can use the workflow with matrix
- ```
201
202
+ ```yaml
203
name: Pull Request
204
205
pull_request:
0 commit comments