dawchihliou/Changed Filenames
GitHub Action to fetch changed filenames in pull pequests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 22, 2024
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: dawchihliou/changed-files-action@d4eb17275830aad7c67579e5079edccfeda257c1 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub API token. Default to "secrets.GITHUB_TOKEN". | yes | ${{ github.token }} |
| output | — | yes | string |
Outputs
| name | description |
|---|---|
| filenames | All changed filenames, including added, modified, renamed, and removed files. |