update-openhab-google-assistant-docs-event #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: _addons_ios/google-assistant | |
doc_base_file: USAGE.md | |
has_images: true |