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

This commit is contained in:
gilesb 2023-10-23 21:42:01 +01:00
parent d70870d87c
commit 63f5fe21bf
3 changed files with 12 additions and 10 deletions

View File

@ -16,9 +16,10 @@ jobs:
- env: env
run: printenv
- name: get tea
uses: ./.gitea/workflows/tea.yml
secrets:
token: ${{ secrets.BOT_TOKEN }}
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 }}
- uses: http://sigyl.com:3000/actions/setup-node@v3
with:
node-version: '20'

View File

@ -14,9 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: get tea
uses: ./.gitea/workflows/tea.yml
secrets:
token: ${{ secrets.BOT_TOKEN }}
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 }}
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with:
token: ${{ secrets.BOT_TOKEN }}

View File

@ -12,7 +12,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 }}
echo thank you!
#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!