mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Use fork since orig is broken
This commit is contained in:
parent
0f33fa3293
commit
6eea192763
4
.github/workflows/copy_change.yml
vendored
4
.github/workflows/copy_change.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Push I2CDevices.md to https://github.com/Tasmota/docs
|
||||
uses: dmnemec/copy_file_to_another_repo_action@main
|
||||
uses: Jason2866/copy_file_to_another_repo_action@main
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
with:
|
||||
@ -27,7 +27,7 @@ jobs:
|
||||
user_name: 'github-actions'
|
||||
commit_message: 'I2CDevices.md changed'
|
||||
- name: Push Builds.md to https://github.com/Tasmota/docs
|
||||
uses: dmnemec/copy_file_to_another_repo_action@main
|
||||
uses: Jason2866/copy_file_to_another_repo_action@main
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user