split the own branch by default.

This commit is contained in:
李铭昕 2022-11-01 15:33:54 +08:00
parent ed7b2a62b0
commit 7766936f49
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Private Key - name: Setup Private Key
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh

View File

@ -3,7 +3,7 @@
set -e set -e
set -x set -x
CURRENT_BRANCH="master" CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
BASEPATH=$(cd `dirname $0`; cd ../src/; pwd) BASEPATH=$(cd `dirname $0`; cd ../src/; pwd)
REPOS=$@ REPOS=$@