mirror of
https://github.com/kenzok8/AutoSync.git
synced 2025-01-08 11:47:26 +08:00
int
This commit is contained in:
parent
b547f06f8a
commit
d3f36428a1
2
.github/workflows/openwrt-packages.yml
vendored
2
.github/workflows/openwrt-packages.yml
vendored
@ -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
|
||||
|
2
.github/workflows/sync-small.yml
vendored
2
.github/workflows/sync-small.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user