Update 测试.yml
This commit is contained in:
@@ -33,10 +33,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --local user.email "actions@163.com"
|
git config --local user.email "actions@163.com"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
#git reset --hard origin/main
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Add generated file"
|
#git commit -m "Add generated file"
|
||||||
#git commit *.txt -m "Add generated file"
|
#git push -f
|
||||||
#git commit *.m3u -m "Add generated file"
|
git commit -m "Updated file names"
|
||||||
#git pull --rebase
|
git push origin main
|
||||||
git push -f
|
|
||||||
|
|||||||
Reference in New Issue
Block a user