kkk
convert-to-yml / develop-branch (push) Successful in 32s
Details
convert-to-yml / develop-branch (push) Successful in 32s
Details
This commit is contained in:
parent
ca6a8e1d1d
commit
4152d013ab
|
@ -27,9 +27,9 @@ jobs:
|
|||
./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 | grep "whynot"
|
||||
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
|
||||
echo PR: $PR
|
||||
#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
|
||||
#echo PR: $PR
|
||||
- run: git fetch
|
||||
- name: get build branch name
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue