................
This commit is contained in:
parent
e9a8776e3a
commit
fa6b611558
|
@ -20,8 +20,10 @@ jobs:
|
|||
run: |
|
||||
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea
|
||||
chmod +x ./tea
|
||||
..tea pr ls
|
||||
./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |"
|
||||
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
|
||||
run: |
|
||||
firstString=${{ github.ref_name }}
|
||||
|
|
Loading…
Reference in New Issue