....
build-develop-branch / build-branch (push) Failing after 11s
Details
build-develop-branch / build-branch (push) Failing after 11s
Details
This commit is contained in:
parent
2cb170aa34
commit
8cc2649dfd
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: get tea
|
||||
uses: ./.gitea/tea.yml
|
||||
uses: ./.gitea/workflows/tea.yml
|
||||
secrets:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
||||
|
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
-name: get tea
|
||||
run: |
|
||||
echo tea please!
|
||||
#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 }}
|
||||
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 }}
|
||||
echo thank you!
|
||||
|
|
Loading…
Reference in New Issue