mirror of
https://github.com/kenzok8/AutoSync.git
synced 2025-01-08 11:47:26 +08:00
update
This commit is contained in:
parent
5b1283b0a4
commit
a0a23251d8
6
.github/workflows/small.yml
vendored
6
.github/workflows/small.yml
vendored
@ -52,12 +52,6 @@ jobs:
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
run: |
|
||||
if [ -e $GITHUB_WORKSPACE/LICENSE ]; then
|
||||
cp $GITHUB_WORKSPACE/LICENSE $GITHUB_WORKSPACE/${{matrix.target}}
|
||||
fi
|
||||
if [ -e $GITHUB_WORKSPACE/README.md ]; then
|
||||
cp $GITHUB_WORKSPACE/README.md $GITHUB_WORKSPACE/${{matrix.target}}
|
||||
fi
|
||||
cd $GITHUB_WORKSPACE/${{matrix.target}}
|
||||
if git status --porcelain | grep .; then
|
||||
git add .
|
||||
|
Loading…
Reference in New Issue
Block a user