....
build-develop-branch / build-branch (push) Successful in 38s Details

This commit is contained in:
gilesb 2023-10-23 21:44:16 +01:00
parent 45dc4c9991
commit 7b7ae5ee36
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"