....
build-develop-branch / build-branch (push) Has been cancelled
Details
build-develop-branch / build-branch (push) Has been cancelled
Details
This commit is contained in:
parent
3eea22ad50
commit
78a828bf5a
|
@ -72,7 +72,7 @@ jobs:
|
||||||
- name: make PR
|
- name: make PR
|
||||||
run: |
|
run: |
|
||||||
../tea pr ls -f=base,head -o=csv
|
../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
|
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
|
development pull request
|
||||||
this PR is will been built on [${{ github.ref_name }}](${{ github.serverUrl }}/${{ github.repository }}/src/branch/${{ env.BUILD_BRANCH }})
|
this PR is will been built on [${{ github.ref_name }}](${{ github.serverUrl }}/${{ github.repository }}/src/branch/${{ env.BUILD_BRANCH }})
|
||||||
|
|
Loading…
Reference in New Issue