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