Skip to content

Commit

Permalink
Merge pull request #214 from tj-actions/upgrade-to-v1.1.1
Browse files Browse the repository at this point in the history
Upgraded to v1.1.1
  • Loading branch information
jackton1 committed Nov 6, 2021
2 parents 459bc8e + 6308e87 commit a78915d
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.1](https://github.com/tj-actions/auto-doc/tree/v1.1.1) (2021-11-06)

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

**Merged pull requests:**

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

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

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.0.1...v1.1.0)
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.0
uses: tj-actions/auto-doc@v1.1.1
```

## 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.0 | PREFIX=. sh
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc@v1.1.1 | PREFIX=. sh
./auto-doc --action="${{ inputs.action }}" --output="${{ inputs.output }}"
rm -f ./auto-doc
shell: bash
Expand Down

0 comments on commit a78915d

Please sign in to comment.