ci: try with tea?
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user