diff --git a/.github/workflows/up.yml b/.github/workflows/up.yml index 57530e85..be18517b 100644 --- a/.github/workflows/up.yml +++ b/.github/workflows/up.yml @@ -40,7 +40,7 @@ jobs: sed -E -i "s/[^<]+/${latest}/g" README.md - uses: peter-evans/create-pull-request@v7 with: - commit-message: 'new version in README' + commit-message: 'New version in README' delete-branch: true title: 'New version in README' assignees: yegor256