feat: add matrix alias to simplify using outputs for matrix jobs (#1975)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Tonye Jack
2024-03-08 18:20:45 -07:00
committed by GitHub
parent fe6c3ea0ca
commit 008ba8ceec
8 changed files with 520 additions and 9 deletions

View File

@@ -24,8 +24,7 @@ jobs:
id: changed-files
uses: ./
with:
json: true
escape_json: false
matrix: true
- name: List all changed files
run: echo '${{ steps.changed-files.outputs.all_changed_files }}'