kdjdjdjdjdjdjd
convert-to-yml / develop-branch (push) Successful in 33s Details

This commit is contained in:
giles 2023-10-23 11:58:54 +01:00
parent 24e5a58f1e
commit 2e6416ec00
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ jobs:
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea
chmod +x ./tea
./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
PR=$(./tea pr ls -f=base,head,index -o csv | grep "\"master\",\"${{ github.ref_name }}\"" | tr -d ' ' | tr "," "\n" | head -n 4 | tail -1)
export PR = "${PR//[\"\'\`]/}"
echo ::set-env name=$PR
pr=$(./tea pr ls -f=base,head,index -o csv | grep "\"master\",\"${{ github.ref_name }}\"" | tr -d ' ' | tr "," "\n" | head -n 4 | tail -1)
export PR="${pr//[\"\'\`]/}"
echo ::set-env name=PR::$PR
rm ./tea
- run: git fetch
- name: get build branch name