mirror of
https://github.com/rainloreley/shlink-manager.git
synced 2024-11-23 02:13:01 +01:00
Update fix-formatting-and-license.yml
This commit is contained in:
parent
3849ae09ed
commit
508a392a94
|
@ -41,5 +41,8 @@ jobs:
|
|||
run: |
|
||||
git config --global user.name 'Github Actions'
|
||||
git config --global user.email 'adrian@abmgrt.dev'
|
||||
git commit -am "Auto-corrected formatting and license file"
|
||||
git push
|
||||
git add -A
|
||||
if ! git diff-index --quiet HEAD; then
|
||||
git commit -m "Auto-corrected formatting and license file"
|
||||
git push
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user