mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
int
This commit is contained in:
parent
09c0c24093
commit
d1479ed9ec
2
.github/workflows/small-package.yml
vendored
2
.github/workflows/small-package.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
[ -e $GITHUB_WORKSPACE/README.md ] && cp $GITHUB_WORKSPACE/README.md $GITHUB_WORKSPACE/${{matrix.target}}
|
||||
cd $GITHUB_WORKSPACE/${{matrix.target}}
|
||||
git add .
|
||||
git diff --exit-code || git commit -am "update $(date +%m-%d" "%H:%M:%S)"
|
||||
git commit -am "update $(date +%m-%d" "%H:%M:%S)"
|
||||
git push --quiet "https://${{ secrets.ACCESS_TOKEN }}@github.com/kenzok8/small-package.git" HEAD:${{matrix.target}}
|
||||
|
||||
- name: Delete workflow runs
|
||||
|
Loading…
Reference in New Issue
Block a user