From e29992d3d3fded0181814c7c86aa76810210912c Mon Sep 17 00:00:00 2001 From: Codinget Date: Fri, 22 May 2026 23:12:32 +0000 Subject: [PATCH] ci: try with tea? --- .gitea/workflows/test-dispatch.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitea/workflows/test-dispatch.yaml b/.gitea/workflows/test-dispatch.yaml index fe4957d..a9945fc 100644 --- a/.gitea/workflows/test-dispatch.yaml +++ b/.gitea/workflows/test-dispatch.yaml @@ -22,3 +22,12 @@ jobs: "restart": ${{ inputs.restart }} } }' + test-with-tea: + runs-on: ubuntu-latest + steps: + - name: Install tea + run: apt update && apt install -y tea-cli + - name: Add token + run: tea login add --url "$GITHUB_SERVER_URL" --token "$GITEA_TOKEN" + - name: Trigger with tea + run: tea actions workflows dispatch -r "$GITHUB_REPOSITORY" -r main --login "$GITHUB_SERVER_URL" test-inputs.yaml