From 2cb170aa34e8da71acffab27f01c1a3d1cd942c1 Mon Sep 17 00:00:00 2001 From: gilesb Date: Mon, 23 Oct 2023 21:28:00 +0100 Subject: [PATCH] .... --- .gitea/workflows/develop -> build.yml | 2 +- .gitea/workflows/pr-closed.yml | 2 +- .gitea/workflows/tea.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/develop -> build.yml b/.gitea/workflows/develop -> build.yml index 8c26095..ee45e50 100644 --- a/.gitea/workflows/develop -> build.yml +++ b/.gitea/workflows/develop -> build.yml @@ -16,7 +16,7 @@ jobs: - env: env run: printenv - name: get tea - uses: ./.github/tea.yml + uses: ./.gitea/tea.yml secrets: token: ${{ secrets.BOT_TOKEN }} - uses: http://sigyl.com:3000/actions/setup-node@v3 diff --git a/.gitea/workflows/pr-closed.yml b/.gitea/workflows/pr-closed.yml index 8a24c6a..f40997f 100644 --- a/.gitea/workflows/pr-closed.yml +++ b/.gitea/workflows/pr-closed.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: get tea - uses: ./.github/tea.yml + uses: ./.gitea/tea.yml secrets: token: ${{ secrets.BOT_TOKEN }} - uses: http://sigyl.com:3000/actions/checkout@v3.5.4 diff --git a/.gitea/workflows/tea.yml b/.gitea/workflows/tea.yml index 4595d4d..bb6821f 100644 --- a/.gitea/workflows/tea.yml +++ b/.gitea/workflows/tea.yml @@ -14,6 +14,6 @@ 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 }}