....
build-develop-branch / build-branch (push) Failing after 10s
Details
build-develop-branch / build-branch (push) Failing after 10s
Details
This commit is contained in:
parent
e08c5df5e7
commit
9b3495004b
|
@ -14,5 +14,5 @@ jobs:
|
|||
-name: get tea
|
||||
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.token }}
|
||||
chmod +x ../tea
|
||||
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }}
|
||||
|
|
Loading…
Reference in New Issue