kkk
convert-to-yml / develop-branch (push) Failing after 29s Details

This commit is contained in:
giles 2023-10-23 11:28:54 +01:00
parent f7ae42f833
commit d2735b1e96
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ jobs:
./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }} ./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
./tea pr ls -f=base,head,index ./tea pr ls -f=base,head,index
echo here echo here
./tea pr ls -f=base,head,index | grep develop/35 | tr -d ' ' resuot = $(./tea pr ls -f=base,head,index | grep develop/35 | tr -d ' ')
echo i did it echo i did it
#echo ::set-env name=PR::$(./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1) #echo ::set-env name=PR::$(./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1)
#rm ./tea #rm ./tea
#echo PR: $PR #echo PR: $PR