....
build-develop-branch / build-branch (push) Failing after 10s Details

This commit is contained in:
gilesb 2023-10-23 21:25:34 +01:00
parent e08c5df5e7
commit 9b3495004b
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}