Changed Files Versions Save

:octocat: Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.

v42.0.7

2 months ago

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.7

v42.0.6

2 months ago

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.6

v42.0.5

2 months ago

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.5

v42.0.4

3 months ago

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.4

v42.0.3

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.3

v42.0.2

3 months ago

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.2

v42.0.1

3 months ago

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.1

v42

4 months ago

Changes in v42.1.0

🚀 🚀 New Feature 🚀 🚀

  • Use changed-files output to run matrix jobs by simply setting the new matrix input to true.

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

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.1.0


Changes in v42.0.7

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.7


Changes in v42.0.6

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.6


Changes in v42.0.5

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.5


Changes in v42.0.4

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.4


Changes in v42.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.3


Changes in v42.0.2

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.2


Changes in v42.0.1

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.1


Changes in v42.0.0

🔥🔥 BREAKING CHANGE 🔥🔥

  • Input file patterns that end with a / would now match all sub-files within the directory without requiring you to specify the globstar pattern.

...
      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
          files: 'dir/'  # Would also be the same as dir/** 

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v41...v42.0.0


v42.0.0

4 months ago

🔥🔥 BREAKING CHANGE 🔥🔥

  • Input file patterns that end with a / would now match all sub-files within the directory without requiring you to specify the globstar pattern.

...
      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
          files: 'dir/'  # Would also be the same as dir/** 

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v41...v42.0.0

v41.1.2

4 months ago

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v41...v41.1.2