mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Push 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: Jason2866/copy_file_to_another_repo_action@main
|
||||||
env:
|
env:
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||||
with:
|
with:
|
||||||
@ -27,7 +27,7 @@ jobs:
|
|||||||
user_name: 'github-actions'
|
user_name: 'github-actions'
|
||||||
commit_message: 'I2CDevices.md changed'
|
commit_message: 'I2CDevices.md changed'
|
||||||
- name: Push Builds.md to https://github.com/Tasmota/docs
|
- 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:
|
env:
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user