Skip to content

Add matrix action for repeated usage based on inputs#32

Open
Farenheith wants to merge 1 commit intojenseng:mainfrom
Farenheith:matrix-action
Open

Add matrix action for repeated usage based on inputs#32
Farenheith wants to merge 1 commit intojenseng:mainfrom
Farenheith:matrix-action

Conversation

@Farenheith
Copy link

This pull request introduces a new variant of the dynamic-uses GitHub Action called dynamic-uses/matrix, which enables running another action multiple times with different parameters using a matrix pattern. The documentation has been updated to explain this new feature, and a new composite action has been added to implement the matrix functionality.

New matrix variant for dynamic-uses:

  • Added a new composite action matrix/action.yml that allows users to specify a matrix of input objects, running the referenced action once for each matrix item with its own parameters. Each run is executed sequentially, not in parallel, and outputs are not yet supported.

Documentation updates:

  • Updated README.md to document the new dynamic-uses/matrix action, including when to use it, usage examples, and its current limitations.

Creating matrix action, which will allow us to
repeat the usage of a given action multiple times
based on a matrix os inputs passed.
@Farenheith Farenheith changed the title Add matrix action for repeated usage based on OS inputs Add matrix action for repeated usage based on inputs Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant