Skip to content

Commit d4eb9a1

Browse files
authored
feat(generate-matrix): allow generated matrix to follow basic configuration and let github create combinations (#667)
Co-authored-by: aschwenn <[email protected]>
1 parent 46780e0 commit d4eb9a1

38 files changed

+131
-102
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ inputs:
151151
allow_only_for_maintainers:
152152
description: 'Boolean to indicate if only maintainers of the repo are allowed to invoke this action'
153153
required: false
154+
use_basic_matrix_configuration:
155+
description: 'Boolean to indicate if the action should use a basic matrix configuration (i.e. just a flat list of paths, instead of a list of objects nested under the "include" key)'
156+
required: false
154157
outputs:
155158
output:
156159
description: 'The output of the helper'

dist/0.index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/101.index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/12.index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/124.index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/148.index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)