mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 02:36:35 +00:00
Use fork to fix copy action
This commit is contained in:
parent
a37cfd5b3e
commit
6219b41d8b
4
.github/workflows/Tasmota_build_master.yml
vendored
4
.github/workflows/Tasmota_build_master.yml
vendored
@ -1368,7 +1368,7 @@ jobs:
|
|||||||
- name: Display files
|
- name: Display files
|
||||||
run: ls -R ./*
|
run: ls -R ./*
|
||||||
- name: Push Firmware files to https://github.com/arendst/Tasmota-firmware
|
- name: Push Firmware files to https://github.com/arendst/Tasmota-firmware
|
||||||
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:
|
||||||
@ -1381,7 +1381,7 @@ jobs:
|
|||||||
echo ${GITHUB_SHA} &> trigger.txt
|
echo ${GITHUB_SHA} &> trigger.txt
|
||||||
echo "$(<trigger.txt)"
|
echo "$(<trigger.txt)"
|
||||||
- name: Push trigger.txt to start workflow in repo https://github.com/arendst/Tasmota-firmware
|
- name: Push trigger.txt to start workflow in repo https://github.com/arendst/Tasmota-firmware
|
||||||
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