................
build-develop-branch / build-branch (push) Has been skipped Details
convert-to-yml / develop-branch (push) Successful in 28s Details

This commit is contained in:
giles 2023-10-22 03:09:31 +01:00
parent 6fde3ba9d4
commit e9a8776e3a
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ jobs:
path: '.'
- name: get PR number
run: |
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea
chmod +x ./tea
./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}
- name: get build branch name