Update copy_change.yml

This commit is contained in:
Jason2866 2021-10-09 21:14:20 +02:00 committed by GitHub
parent 015d99743b
commit 68abd4ea3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
name: Copy to docs repo
on:
workflow_dispatch: # Manually start a workflow
push:
@ -17,7 +19,7 @@ jobs:
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'BUILDS.md, I2CDEVICES.md'
source_file: 'I2CDEVICES.md'
destination_repo: 'Tasmota/docs'
destination_branch: 'development'
destination_folder: 'docs'