mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
GitHub Actions - Template Cleanup - fixed adding files to git
This commit is contained in:
3
.github/workflows/template-cleanup.yml
vendored
3
.github/workflows/template-cleanup.yml
vendored
@@ -62,7 +62,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git commit -m "Template cleanup" -a
|
git add .
|
||||||
|
git commit -m "Template cleanup"
|
||||||
|
|
||||||
# Push changes
|
# Push changes
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
|
|||||||
Reference in New Issue
Block a user