diff --git a/.gitea/workflows/develop -> build.yml b/.gitea/workflows/develop -> build.yml index 751a3ef..0289f02 100644 --- a/.gitea/workflows/develop -> build.yml +++ b/.gitea/workflows/develop -> build.yml @@ -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 }}"