....
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
d70870d87c
commit
63f5fe21bf
|
@ -16,9 +16,10 @@ jobs:
|
||||||
- env: env
|
- env: env
|
||||||
run: printenv
|
run: printenv
|
||||||
- name: get tea
|
- name: get tea
|
||||||
uses: ./.gitea/workflows/tea.yml
|
run: |
|
||||||
secrets:
|
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
chmod +x ../tea
|
||||||
|
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }}
|
||||||
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
|
@ -14,9 +14,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: get tea
|
- name: get tea
|
||||||
uses: ./.gitea/workflows/tea.yml
|
run: |
|
||||||
secrets:
|
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
chmod +x ../tea
|
||||||
|
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }}
|
||||||
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
|
|
@ -12,7 +12,7 @@ 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 }}
|
||||||
echo thank you!
|
#echo thank you!
|
||||||
|
|
Loading…
Reference in New Issue