Created
          December 18, 2022 15:35 
        
      - 
      
- 
        Save maximveksler/573f25ec29e6a107a3899f3745fbaeb1 to your computer and use it in GitHub Desktop. 
Revisions
- 
        maximveksler created this gist Dec 18, 2022 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ - name: changesets id: changed-files uses: tj-actions/changed-files@v34 with: separator: "," dir_names: true dir_names_max_depth: 2 files: | apps/** - id: set-matrix run: | echo "${{ steps.changed-files.outputs.all_changed_and_modified_files }}" apps=$(jq -n -c --arg inarr "${{ steps.changed-files.outputs.all_changed_and_modified_files }}" '{ app: $inarr | split(",") }') cat << EOF >> $GITHUB_OUTPUT matrix=$apps EOF