Update _update-readme.yml

This commit is contained in:
Aleksandr Statciuk 2022-02-28 22:31:01 +03:00
parent 6361e15687
commit 9f3c2efc9c

View file

@ -28,9 +28,9 @@ jobs:
if: ${{ !env.ACT }}
run: |
git add README.md
git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md"
git commit -m "[Bot] Update README.md"
git status
git diff-index --quiet HEAD || 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
if: ${{ !env.ACT }}
id: create-app-token