....
build-develop-branch / build-branch (push) Failing after 34s
Details
build-develop-branch / build-branch (push) Failing after 34s
Details
This commit is contained in:
parent
63f5fe21bf
commit
45dc4c9991
|
@ -19,7 +19,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
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.BOT_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'
|
||||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
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.BOT_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 }}
|
||||||
|
|
|
@ -16,3 +16,13 @@ jobs:
|
||||||
#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!
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
fetch-depth: '10'
|
||||||
|
- name: ls
|
||||||
|
run: ls
|
||||||
|
|
Loading…
Reference in New Issue