🚀 🚀 New Feature 🚀 🚀
- Use changed-files output to run matrix jobs by simply setting the new
matrix
input totrue
.
This serves as an alias for setting the json
input to true
and the escape_json
input to false
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v42
with:
matrix: true
Note
- Activating this setting will automatically set
json
totrue
andescape_json
tofalse
. It is recommended for scenarios requiring these specific configurations.
What's Changed
- Upgraded to v42.0.7 by @tj-actions-bot in #1974
- feat: add matrix alias to simplify using outputs for matrix jobs by @jackton1 in #1975
- Updated README.md by @tj-actions-bot in #1976
Full Changelog: v42...v42.1.0