This commit is contained in:
kenzok8 2022-04-11 16:13:56 +08:00
parent 7154cdabf7
commit b547f06f8a
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ jobs:
rm -rf *.sh && rm -rf .github && rm -rf .gitignore && rm -rf diy
git add .
git commit -m "update $(date +%Y-%m-%d" "%H:%M:%S)"
git push --force "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/openwrt-packages.git" HEAD:${{matrix.target}}
git push --force "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/openwrt-packages.git"
- name: Delete workflow runs
uses: GitRML/delete-workflow-runs@main

View File

@ -51,7 +51,7 @@ jobs:
rm -rf *.sh && rm -rf .github && rm -rf .gitignore && rm -rf diy
git add .
git commit -m "update $(date +%Y-%m-%d" "%H:%M:%S)"
git push --force "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/small.git" HEAD:${{matrix.target}}
git push --force "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/small.git"
- name: Delete workflow runs
uses: GitRML/delete-workflow-runs@main