Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hojas/pr-commit-messages-action
https://github.com/hojas/pr-commit-messages-action
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hojas/pr-commit-messages-action
- Owner: hojas
- License: mit
- Created: 2021-03-14T09:08:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T06:06:36.000Z (11 months ago)
- Last Synced: 2024-11-17T20:48:53.525Z (about 2 months ago)
- Language: JavaScript
- Size: 421 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pr-commit-messages-action
get PR commit messages
## Inputs
none
## Outputs
### `commits`
PR commit messages:
```
> commit message 1
> commit message 2
> commit message 3
```## Example usage
```yaml
uses: hojas/[email protected]
```