mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
Update logo.yml
This commit is contained in:
parent
ff6cbd1c0b
commit
907f77e385
9
.github/workflows/logo.yml
vendored
9
.github/workflows/logo.yml
vendored
@ -17,8 +17,15 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git config --global user.email "xxx@websoft9.com"
|
||||
git rm aladdin-websoft9.png
|
||||
files=$(ls /)
|
||||
for file in ${files};do
|
||||
if [ $file == *.png ];then
|
||||
echo $file
|
||||
git rm $file
|
||||
git commit -m "delete"
|
||||
break
|
||||
fi
|
||||
done
|
||||
git push -u
|
||||
|
||||
- name: update logo
|
||||
|
Loading…
Reference in New Issue
Block a user