mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-05 14:26:24 +08:00
Update small8.yml
This commit is contained in:
2
.github/workflows/small8.yml
vendored
2
.github/workflows/small8.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
[ -e $GITHUB_WORKSPACE/README.md ] && cp $GITHUB_WORKSPACE/README.md $GITHUB_WORKSPACE/${{matrix.target}}
|
[ -e $GITHUB_WORKSPACE/README.md ] && cp $GITHUB_WORKSPACE/README.md $GITHUB_WORKSPACE/${{matrix.target}}
|
||||||
cd $GITHUB_WORKSPACE/${{matrix.target}}
|
cd $GITHUB_WORKSPACE/${{matrix.target}}
|
||||||
git add .
|
git add .
|
||||||
git commit -am "update $(date +%m-%d" "%H:%M:%S)"
|
git commit -am "update $(date +%Y-%m-%d" "%H:%M:%S)"
|
||||||
git push --quiet "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/small-package.git" HEAD:${{matrix.target}}
|
git push --quiet "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/small-package.git" HEAD:${{matrix.target}}
|
||||||
|
|
||||||
- name: Delete old workflow runs
|
- name: Delete old workflow runs
|
||||||
|
|||||||
Reference in New Issue
Block a user