Actions aufsetzen #38
@@ -91,8 +91,6 @@ jobs:
|
|||||||
- name: Commit Changes
|
- name: Commit Changes
|
||||||
if: steps.check_changes.outputs.changes_detected == 'true'
|
if: steps.check_changes.outputs.changes_detected == 'true'
|
||||||
run: |
|
run: |
|
||||||
# git config --global user.name "GitHub Actions"
|
|
||||||
# git config --global user.email "actions@github.com"
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Actions: Auto-formatting [skip ci]"
|
git commit -m "Actions: Auto-formatting [skip ci]"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user