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 Dec 31, 2022
1 parent 643b7a3 commit 28ff6bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
sync-assets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.2.0
with:
fetch-depth: 0

Expand All @@ -29,14 +29,15 @@ jobs:
- name: README.md changed
if: steps.verify_changed_files.outputs.files_changed == 'true'
run: |
echo "README.md has uncommited changes"
echo "README.md has uncommitted changes"
exit 1
- name: Create Pull Request
if: failure()
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v4.2.3
with:
base: "main"
labels: "merge when passing"
title: "Updated README.md"
branch: "chore/update-readme"
commit-message: "Updated README.md"
Expand Down

0 comments on commit 28ff6bf

Please sign in to comment.