kkk
convert-to-yml / develop-branch (push) Successful in 29s
Details
convert-to-yml / develop-branch (push) Successful in 29s
Details
This commit is contained in:
parent
4152d013ab
commit
75bd399951
|
@ -26,7 +26,9 @@ jobs:
|
||||||
chmod +x ./tea
|
chmod +x ./tea
|
||||||
./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
|
||||||
./tea pr ls -f=base,head,index | grep "whynot"
|
./tea pr ls -f=base,head,index | grep "whynot"
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue