.....
convert-to-yml / develop-branch (push) Successful in 25s Details

This commit is contained in:
giles 2023-10-23 01:06:05 +01:00
parent 517fce3ae0
commit 2188c99d1b
2 changed files with 3 additions and 3 deletions

View File

@ -25,10 +25,10 @@ jobs:
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea
chmod +x ./tea chmod +x ./tea
./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }} ./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
./tea pr ls ./tea pr ls -f=base,head,index
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) 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 rm ./tea
echo PR-=$PR echo PR: $PR
- run: git fetch - run: git fetch
- name: get build branch name - name: get build branch name
run: | run: |

File diff suppressed because one or more lines are too long