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