ci: tea-cli maybe?
This commit is contained in:
@@ -28,6 +28,6 @@ jobs:
|
|||||||
- name: Install tea
|
- name: Install tea
|
||||||
run: apt update && apt install -y tea-cli
|
run: apt update && apt install -y tea-cli
|
||||||
- name: Add token
|
- 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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user