Skip to content

Commit

Permalink
feat(generate-matrix): allow generated matrix to follow basic configu…
Browse files Browse the repository at this point in the history
…ration and let github create combinations (#667)

Co-authored-by: aschwenn <aschwenn@users.noreply.github.com>
  • Loading branch information
aschwenn and aschwenn authored Oct 1, 2024
1 parent 46780e0 commit d4eb9a1
Show file tree
Hide file tree
Showing 38 changed files with 131 additions and 102 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ inputs:
allow_only_for_maintainers:
description: 'Boolean to indicate if only maintainers of the repo are allowed to invoke this action'
required: false
use_basic_matrix_configuration:
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)'
required: false
outputs:
output:
description: 'The output of the helper'
Expand Down
2 changes: 1 addition & 1 deletion dist/0.index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/101.index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/12.index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/124.index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/148.index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d4eb9a1

Please sign in to comment.