Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Jul 22, 2021
1 parent 8b7f57c commit 6eaae6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Expose output from changelog command to GitHub Actions as `outputs.output`

## [0.1.0] - 2020-05-28
### Added
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This action runs `changelog` binary from `rcmachado/changelog` image.

**Required** The arguments to pass to `changelog` binary.

## Outputs

### output

The output from the changelog command

## Example usage

```yaml
Expand Down

0 comments on commit 6eaae6d

Please sign in to comment.