This pull request adds advanced usage documentation for using the gha-runner action in matrix workflows and provides an example of how to implement this using reusable workflows. The most important changes include the addition of a new section in the README.md file and detailed instructions in a new docs/matrix.md file.
Documentation updates:
README.md: Added a new section titled "Advanced Usage" with a link to the new matrix usage documentation.
docs/matrix.md: Created a new file with comprehensive instructions on using the gha-runner action with matrix workflows, including examples and references for reusable workflows.
This pull request adds advanced usage documentation for using the
gha-runner
action in matrix workflows and provides an example of how to implement this using reusable workflows. The most important changes include the addition of a new section in theREADME.md
file and detailed instructions in a newdocs/matrix.md
file.Documentation updates:
README.md
: Added a new section titled "Advanced Usage" with a link to the new matrix usage documentation.docs/matrix.md
: Created a new file with comprehensive instructions on using thegha-runner
action with matrix workflows, including examples and references for reusable workflows.