Skip to content

Commit

Permalink
Fixed spacing bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 6, 2021
1 parent 268a1f6 commit 961b2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1
uses: tj-actions/auto-doc@v1.1.2
```

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

0 comments on commit 961b2be

Please sign in to comment.