19 lines
635 B
YAML
19 lines
635 B
YAML
name: Fetch openHAB Google Assistant Docs
|
|
|
|
on:
|
|
# Repository dispatch event, to be triggerd by an openhab-alexa release
|
|
# or manually from the openhab-google-assistant repository
|
|
repository_dispatch:
|
|
types: [update-openhab-google-assistant-docs-event]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-reusable-fetch-workflow:
|
|
uses: openhab/openhab-docs/.github/workflows/fetch_external_docs_reusable.yml@main
|
|
with:
|
|
base_source_repository: openhab-google-assistant
|
|
base_source_ref: ${{ github.event.client_payload.ref }}
|
|
base_folder: _ecosystem/google-assistant
|
|
doc_base_file: USAGE.md
|
|
has_images: true
|