....
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
7039023e97
commit
2cb170aa34
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- env: env
|
- env: env
|
||||||
run: printenv
|
run: printenv
|
||||||
- name: get tea
|
- name: get tea
|
||||||
uses: ./.github/tea.yml
|
uses: ./.gitea/tea.yml
|
||||||
secrets:
|
secrets:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
||||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: get tea
|
- name: get tea
|
||||||
uses: ./.github/tea.yml
|
uses: ./.gitea/tea.yml
|
||||||
secrets:
|
secrets:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
||||||
|
|
|
@ -14,6 +14,6 @@ jobs:
|
||||||
-name: get tea
|
-name: get tea
|
||||||
run: |
|
run: |
|
||||||
echo tea please!
|
echo tea please!
|
||||||
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.token }}
|
#../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }}
|
||||||
|
|
Loading…
Reference in New Issue