kkk
convert-to-yml / develop-branch (push) Failing after 30s
Details
convert-to-yml / develop-branch (push) Failing after 30s
Details
This commit is contained in:
parent
75bd399951
commit
c1d421ec0f
|
@ -43,6 +43,18 @@ jobs:
|
|||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
run: |
|
||||
git branch -r
|
||||
- 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 login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
|
||||
./tea pr ls -f=base,head,index
|
||||
echo here
|
||||
./tea pr ls -f=base,head,index | grep "whynot"
|
||||
echo i did it
|
||||
#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
|
||||
- name: diff
|
||||
env:
|
||||
CI_COMMIT_MESSAGE: converted to yml for review.
|
||||
|
|
Loading…
Reference in New Issue