diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 6b51814..8f665f5 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -64,7 +64,6 @@ jobs: if [[ $(./tea pr ls -f=base,head | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | head -c1 | wc -c) -eq 0 ]]; then ./tea pr c --base=master --head=${{ env.PRODUCTION_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}" fi - ./tea login rm this rm ./tea - uses: https://github.com/gilesbradshaw/batch2yaml@master name: back to xml @@ -75,7 +74,6 @@ jobs: run: | curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea chmod +x ./tea - ./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.TEA_TOKEN }} ./tea pr ls ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' '