mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
GitHub Actions - Template Cleanup - fixed adding files to git
This commit is contained in:
parent
35c5d47fd0
commit
40533689f0
3
.github/workflows/template-cleanup.yml
vendored
3
.github/workflows/template-cleanup.yml
vendored
@ -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…
Reference in New Issue
Block a user