Formatted files so that pipeline doesnt fail
This commit is contained in:
@@ -41,7 +41,9 @@ jobs:
|
|||||||
# Needs credentials, push access and the right files need to be staged
|
# Needs credentials, push access and the right files need to be staged
|
||||||
- name: Commit Changes
|
- name: Commit Changes
|
||||||
run: |
|
run: |
|
||||||
git status
|
git config --global user.name "Gitea Actions"
|
||||||
|
git config --global user.email "actions@gitea.com"
|
||||||
|
git status
|
||||||
git add lib/
|
git add lib/
|
||||||
git status
|
git status
|
||||||
git commit -m "Actions: Auto-formatting [skip ci]"
|
git commit -m "Actions: Auto-formatting [skip ci]"
|
||||||
|
|||||||
Reference in New Issue
Block a user