Skip to content

Commit

Permalink
feat(generate-matrix): add optional load balancing (#591)
Browse files Browse the repository at this point in the history
* feat(generate-matrix): add optional load balancing

* pr comments

* fix copyright headers
  • Loading branch information
aschwenn authored Apr 10, 2024
1 parent 82d6b66 commit ab80885
Show file tree
Hide file tree
Showing 36 changed files with 175 additions and 34 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ inputs:
repo_owner_name:
description: 'Organization in which repository is stored'
required: false
load_balancing_sizes:
description: 'A list of sizes (integers) for load balancing (newline/comma separated). Should map directly to inputted paths list'
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

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

Loading

0 comments on commit ab80885

Please sign in to comment.