mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Update copy_change.yml
This commit is contained in:
parent
015d99743b
commit
68abd4ea3e
4
.github/workflows/copy_change.yml
vendored
4
.github/workflows/copy_change.yml
vendored
@ -1,3 +1,5 @@
|
|||||||
|
name: Copy to docs repo
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Manually start a workflow
|
workflow_dispatch: # Manually start a workflow
|
||||||
push:
|
push:
|
||||||
@ -17,7 +19,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||||
with:
|
with:
|
||||||
source_file: 'BUILDS.md, I2CDEVICES.md'
|
source_file: 'I2CDEVICES.md'
|
||||||
destination_repo: 'Tasmota/docs'
|
destination_repo: 'Tasmota/docs'
|
||||||
destination_branch: 'development'
|
destination_branch: 'development'
|
||||||
destination_folder: 'docs'
|
destination_folder: 'docs'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user