mirror of https://github.com/arendst/Tasmota.git
Use fork to fix copy action
This commit is contained in:
parent
a37cfd5b3e
commit
6219b41d8b
|
@ -1368,7 +1368,7 @@ jobs:
|
|||
- name: Display files
|
||||
run: ls -R ./*
|
||||
- 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:
|
||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
with:
|
||||
|
@ -1381,7 +1381,7 @@ jobs:
|
|||
echo ${GITHUB_SHA} &> trigger.txt
|
||||
echo "$(<trigger.txt)"
|
||||
- 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:
|
||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue