srz-zumix/PR ls-files action
pull_request ls-files action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pull_request | pull request number|url|branch | — | ${{ github.event.pull_request.html_url }} |
| repository | Repository name with owner. For example, srz-zumix/gh-pr-ls-files | — | ${{ github.repository }} |
| added | show added files in the output | — | — |
| deleted | show deleted files in the output | — | — |
| modified | show modified files in the output | — | — |
| renamed | show renamed files in the output | — | — |
| filter | show files with the specified grep filter in the output | no | "" |
| exclude | exclude files with the specified grep filter in the output | no | "" |
| delimiter | delimiter for the output | no | "" |
| github_token | GitHub TOKEN | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| files | files in the pull request |
| count | count of files in the pull request |