ci: latest tea from dl.gitea.com

This commit is contained in:
2026-05-22 23:17:25 +00:00
parent e0fe689f75
commit 983a0157e4
+3 -3
View File
@@ -26,8 +26,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install tea - name: Install tea
run: apt update && apt install -y tea-cli run: curl -sL "https://dl.gitea.com/tea/0.14.1/tea-0.14.1-linux-amd64" -o tea && chmod +x tea
- name: Add token - name: Add token
run: tea-cli login add --url "${{ gitea.server_url }}" --token "${{ gitea.token }}" run: ./tea login add --url "${{ gitea.server_url }}" --token "${{ gitea.token }}"
- name: Trigger with tea - name: Trigger with tea
run: tea-cli actions workflows dispatch -r "${{ gitea.repository }}" -r main --login "${{ gitea.server_url }}" test-inputs.yaml run: ./tea actions workflows dispatch -r "${{ gitea.repository }}" -r main --login "${{ gitea.server_url }}" test-inputs.yaml