Update _update-readme.yml

This commit is contained in:
Aleksandr Statciuk 2022-02-28 22:17:21 +03:00
parent 477b756cf2
commit 7d0a78e50b

View file

@ -28,7 +28,7 @@ jobs:
if: ${{ !env.ACT }} if: ${{ !env.ACT }}
run: | run: |
git add README.md git add README.md
git commit -m "[Bot] Update README.md" git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md"
git status git status
git push -u origin ${{ steps.create-branch-name.outputs.branch_name }} git push -u origin ${{ steps.create-branch-name.outputs.branch_name }}
- uses: tibdex/github-app-token@v1 - uses: tibdex/github-app-token@v1