2020-04-26 09:59:01

This commit is contained in:
monlor
2020-04-26 09:59:01 +08:00
parent a6e19b22fb
commit 0de3573f57
2 changed files with 5 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ jobs:
CO_REF: ${{ secrets.CO_REF }}
BRANCH_NAME: ${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@master
- name: Deploy To Coding
run: |
git clone -b `basename ${BRANCH_NAME}` ${CO_REF}
@@ -35,6 +37,8 @@ jobs:
GH_REF: ${{ secrets.GH_REF }}
BRANCH_NAME: ${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@master
- name: Deploy To GitHub
run: |
git clone -b `basename ${BRANCH_NAME}` ${GH_REF}

View File

@@ -6,7 +6,7 @@ logsh() {
# 输出信息到/tmp/messages和标准输出
logger -s -p 1 -t "$1" "$2"
return 0
}
echo "***********************************************"
echo "** **"