mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 20:43:51 +08:00
Updated .github/workflows/update-readme.yml
This commit is contained in:
parent
42c7e256cd
commit
7c06893062
2
.github/workflows/update-readme.yml
vendored
2
.github/workflows/update-readme.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user