mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Only one file possible
This commit is contained in:
parent
68abd4ea3e
commit
134bbb2174
16
.github/workflows/copy_change.yml
vendored
16
.github/workflows/copy_change.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Push Builds.md and I2CDevices.md to https://github.com/Tasmota/docs
|
- name: Push I2CDevices.md to https://github.com/Tasmota/docs
|
||||||
uses: dmnemec/copy_file_to_another_repo_action@main
|
uses: dmnemec/copy_file_to_another_repo_action@main
|
||||||
env:
|
env:
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||||
@ -25,4 +25,16 @@ jobs:
|
|||||||
destination_folder: 'docs'
|
destination_folder: 'docs'
|
||||||
user_email: 'github-actions@github.com'
|
user_email: 'github-actions@github.com'
|
||||||
user_name: 'github-actions'
|
user_name: 'github-actions'
|
||||||
commit_message: 'Builds.md or I2CDevices.md changed'
|
commit_message: 'I2CDevices.md changed'
|
||||||
|
- name: Push Builds.md to https://github.com/Tasmota/docs
|
||||||
|
uses: dmnemec/copy_file_to_another_repo_action@main
|
||||||
|
env:
|
||||||
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||||
|
with:
|
||||||
|
source_file: 'BUILDS.md'
|
||||||
|
destination_repo: 'Tasmota/docs'
|
||||||
|
destination_branch: 'development'
|
||||||
|
destination_folder: 'docs'
|
||||||
|
user_email: 'github-actions@github.com'
|
||||||
|
user_name: 'github-actions'
|
||||||
|
commit_message: 'Builds.md changed'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user