Skip to content

Commit

Permalink
Updated .github/workflows/update-readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jun 9, 2021
1 parent 42c7e25 commit 7c06893
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,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@v3
Expand Down

0 comments on commit 7c06893

Please sign in to comment.