Skip to content

Commit

Permalink
Update update-readme.yml (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Dec 28, 2021
1 parent 4275126 commit decfbc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0

- name: Run auto-doc
uses: tj-actions/[email protected]

- name: Run test
uses: tj-actions/[email protected]
Expand All @@ -22,11 +25,13 @@ jobs:
with:
files: |
README.md
- name: README.md changed
if: steps.verify_changed_files.outputs.files_changed == 'true'
run: |
echo "README.md has uncommited changes"
exit 1
- name: Create Pull Request
if: failure()
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit decfbc6

Please sign in to comment.