Skip to content

Commit

Permalink
Upgraded from v1.1.3 -> v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 6, 2021
1 parent 6c0c1f5 commit a362779
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v1.1.4](https://github.com/tj-actions/auto-doc/tree/v1.1.4) (2021-11-06)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.1.3...v1.1.4)

**Merged pull requests:**

- Upgraded to v1.1.3 [\#219](https://github.com/tj-actions/auto-doc/pull/219) ([jackton1](https://github.com/jackton1))

## [v1.1.3](https://github.com/tj-actions/auto-doc/tree/v1.1.3) (2021-11-06)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.1.2...v1.1.3)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Auto generate documentation from actions.yml like [this](#inputs) by simply addi
steps:
- uses: actions/checkout@v2
- name: Run auto-doc
uses: tj-actions/auto-doc@v1.1.3
uses: tj-actions/auto-doc@v1.1.4
```

## Inputs
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
using: 'composite'
steps:
- run: |
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc@v1.1.3 | PREFIX=. sh
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc@v1.1.4 | PREFIX=. sh
./auto-doc --action="${{ inputs.action }}" --output="${{ inputs.output }}"
rm -f ./auto-doc
shell: bash
Expand Down

0 comments on commit a362779

Please sign in to comment.