mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-29 03:34:50 +00:00
Track changed files and directories relative to a target branch
.github | ||
.gitignore | ||
action.yml | ||
CONTRIBUTING.md | ||
HISTORY.md | ||
LICENSE | ||
README.md |
changed-files
Get modified files
...
steps:
- uses: actions/checkout@v2
- name: Get modified files
uses: tj-actions/changed-files@v1
Inputs
Input | type | required | default | description |
---|---|---|---|---|
separator | string |
true |
' ' |
Separator to return outputs |
- Free software: MIT license
Features
- Added Files
- Copied Files
- Deleted Files
- Modified Files
- Renamed Files
- Changed Files
- Unmerged Files
- Unknown Files
- All Changed Files
Credits
This package was created with Cookiecutter.
Report Bugs
Report bugs at https://github.com/tj-actions/changed-files/issues.
If you are reporting a bug, please include:
- Your operating system name and version.
- Any details about your workflow that might be helpful in troubleshooting.
- Detailed steps to reproduce the bug.