actions-marketplace-validations/Repository Attributes
Expose various attributes of a repository available as variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| head | Most recent repo reference | yes | "" |
| tail | A prior repo reference to check for changes from (empty default infers the previous tag or the initial commit) | yes | "" |
Outputs
| name | description |
|---|---|
| head | Evaluated most recent repo reference |
| tail | Evaluated previous reference |
| commits | List of commits (hash and message) |
| prs | List of pull requests (number and title) |
| files | List of files (change summary) |
| contributors | List of contributors (name and number of commits) |