GitHub Actions - Template Cleanup - fixed adding files to git

pull/9/head
Jakub Chrzanowski 4 years ago
parent 35c5d47fd0
commit 40533689f0

@ -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

Loading…
Cancel
Save