This commit is contained in:
kenzok8 2022-04-11 16:16:35 +08:00
parent b547f06f8a
commit d3f36428a1
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"
git push --force "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/openwrt-packages.git" HEAD:${{matrix.target}}
- 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"
git push --force "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/small.git" HEAD:${{matrix.target}}
- name: Delete workflow runs
uses: GitRML/delete-workflow-runs@main