ci: latest tea from dl.gitea.com
This commit is contained in:
@@ -26,8 +26,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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
|
||||
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user