Skip to content

Commit

Permalink
Update update-readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 24, 2022
1 parent ab29640 commit 27234d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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/checkout@v3.1.0
with:
fetch-depth: 0

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

- name: Run test
uses: tj-actions/remark@v3
Expand All @@ -22,13 +25,11 @@ 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@v4.2.0
Expand Down

0 comments on commit 27234d4

Please sign in to comment.