....
build-develop-branch / build-branch (push) Successful in 38s
Details
build-develop-branch / build-branch (push) Successful in 38s
Details
This commit is contained in:
parent
45dc4c9991
commit
7b7ae5ee36
|
@ -73,7 +73,7 @@ jobs:
|
|||
run: |
|
||||
../tea pr ls -f=base,head -o=csv
|
||||
if [[ $(./tea pr ls -f=base,head -o=csv | grep "\"master\",\"${{ github.ref_name }}\"" | head -c1 | wc -c) -eq 0 ]]; then
|
||||
./tea pr c --base=master --head=${{ github.ref_name }} --description="
|
||||
../tea pr c --base=master --head=${{ github.ref_name }} --description="
|
||||
development pull request
|
||||
this PR is will been built on [${{ github.ref_name }}](${{ github.serverUrl }}/${{ github.repository }}/src/branch/${{ env.BUILD_BRANCH }})
|
||||
" -t="WIP: ${{ github.event.head_commit.message }}"
|
||||
|
|
Loading…
Reference in New Issue