................
This commit is contained in:
parent
667b553ac9
commit
9930cfad6f
|
@ -23,6 +23,10 @@ jobs:
|
|||
./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 ' '
|
||||
./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n"
|
||||
./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 |
|
||||
./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
|
||||
- name: get build branch name
|
||||
|
|
Loading…
Reference in New Issue