Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 28, 2021
1 parent e1f8b21 commit fcd19ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run auto-doc
uses: tj-actions/auto-doc@1.1.5
uses: tj-actions/auto-doc@v1.2.0
```

## Inputs
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Run auto-doc
uses: tj-actions/auto-doc@1.1.5
uses: tj-actions/auto-doc@v1.2.0

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.6
Expand Down

0 comments on commit fcd19ef

Please sign in to comment.