From a44ba36fd4fee57cae0156360f63275873afadec Mon Sep 17 00:00:00 2001 From: Codinget Date: Fri, 22 May 2026 23:13:25 +0000 Subject: [PATCH] ci: tea-cli maybe? --- .gitea/workflows/test-dispatch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-dispatch.yaml b/.gitea/workflows/test-dispatch.yaml index a9945fc..48c851f 100644 --- a/.gitea/workflows/test-dispatch.yaml +++ b/.gitea/workflows/test-dispatch.yaml @@ -28,6 +28,6 @@ jobs: - 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" + run: tea-cli 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 + run: tea-cli actions workflows dispatch -r "$GITHUB_REPOSITORY" -r main --login "$GITHUB_SERVER_URL" test-inputs.yaml