Skip to content

Commit

Permalink
Merge pull request #286 from tj-actions/chore/ensure-the-latest-versi…
Browse files Browse the repository at this point in the history
…on-is-installed

fix: Ensure the latest version is always installed
  • Loading branch information
jackton1 committed Feb 1, 2022
2 parents 267e3bc + 4962bb2 commit b6ab9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
using: 'composite'
steps:
- run: |
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc@v1.2.10 | PREFIX=. sh
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc | PREFIX=. sh
./auto-doc --action="${{ inputs.action }}" --output="${{ inputs.output }}" --colMaxWidth="${{ inputs.col_max_width }}" --colMaxWords="${{ inputs.col_max_words }}"
rm -f ./auto-doc
shell: bash
Expand Down

0 comments on commit b6ab9e2

Please sign in to comment.