mirror of
https://github.com/kenzok8/AutoSync.git
synced 2025-01-08 11:47:26 +08:00
int
This commit is contained in:
parent
19b72b0f82
commit
08079d288f
3
.github/workflows/openwrt-packages.yml
vendored
3
.github/workflows/openwrt-packages.yml
vendored
@ -52,8 +52,7 @@ jobs:
|
||||
cd $GITHUB_WORKSPACE/${{matrix.target}}
|
||||
git add .
|
||||
git commit -m "update $(date +%Y-%m-%d" "%H:%M:%S)"
|
||||
git push --quiet "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/openwrt-packages.git" HEAD:master
|
||||
|
||||
git push --force "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/openwrt-packages.git"
|
||||
|
||||
- name: Delete workflow runs
|
||||
uses: GitRML/delete-workflow-runs@main
|
||||
|
3
.github/workflows/sync-small.yml
vendored
3
.github/workflows/sync-small.yml
vendored
@ -51,8 +51,7 @@ jobs:
|
||||
cd $GITHUB_WORKSPACE/${{matrix.target}}
|
||||
git add .
|
||||
git commit -m "update $(date +%Y-%m-%d" "%H:%M:%S)"
|
||||
git push --quiet "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/small.git" HEAD:master
|
||||
|
||||
git push --force "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/small.git"
|
||||
|
||||
- name: Delete workflow runs
|
||||
uses: GitRML/delete-workflow-runs@main
|
||||
|
Loading…
Reference in New Issue
Block a user