ci: try with tea?

This commit is contained in:
2026-05-22 23:12:32 +00:00
parent 191ded608c
commit e29992d3d3
+9
View File
@@ -22,3 +22,12 @@ jobs:
"restart": ${{ inputs.restart }} "restart": ${{ inputs.restart }}
} }
}' }'
test-with-tea:
runs-on: ubuntu-latest
steps:
- 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"
- name: Trigger with tea
run: tea actions workflows dispatch -r "$GITHUB_REPOSITORY" -r main --login "$GITHUB_SERVER_URL" test-inputs.yaml