ci: variables???

This commit is contained in:
2026-05-22 23:15:23 +00:00
parent a44ba36fd4
commit e0fe689f75
+2 -2
View File
@@ -28,6 +28,6 @@ jobs:
- name: Install tea
run: apt update && apt install -y tea-cli
- name: Add token
run: tea-cli login add --url "$GITHUB_SERVER_URL" --token "$GITEA_TOKEN"
run: tea-cli login add --url "${{ gitea.server_url }}" --token "${{ gitea.token }}"
- name: Trigger with tea
run: tea-cli actions workflows dispatch -r "$GITHUB_REPOSITORY" -r main --login "$GITHUB_SERVER_URL" test-inputs.yaml
run: tea-cli actions workflows dispatch -r "${{ gitea.repository }}" -r main --login "${{ gitea.server_url }}" test-inputs.yaml