3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 03:47:20 +00:00
Track changed files and directories relative to a target branch
Find a file
2021-03-05 05:56:56 -05:00
.github Update test.yml 2021-03-05 05:49:41 -05:00
.gitignore Initial commit. 2021-03-04 21:36:52 -05:00
action.yml Update action.yml 2021-03-05 05:56:35 -05:00
CONTRIBUTING.md Initial commit. 2021-03-04 21:36:52 -05:00
entrypoint.sh Update entrypoint.sh 2021-03-04 22:00:09 -05:00
HISTORY.md Initial commit. 2021-03-04 21:36:52 -05:00
LICENSE Initial commit. 2021-03-04 21:36:52 -05:00
README.md Initial commit. 2021-03-04 21:36:52 -05:00

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
token string true ${{ github.token }} GITHUB_TOKEN
or a repo scoped
Personal Access Token

Features

  • TODO

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.