GitHub Actions - Template Cleanup - fixed adding files to git

This commit is contained in:
Jakub Chrzanowski 2020-06-26 13:11:11 +02:00
parent 35c5d47fd0
commit 40533689f0

View File

@ -62,7 +62,8 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "Template cleanup" -a
git add .
git commit -m "Template cleanup"
# Push changes
- name: Push changes