mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
try to fix RPC failed
in action
This commit is contained in:
parent
2baba2b9c2
commit
a07e17eff6
4
.github/workflows/Tasmota_build_devel.yml
vendored
4
.github/workflows/Tasmota_build_devel.yml
vendored
@ -296,7 +296,7 @@ jobs:
|
|||||||
- name: Display files to transfer
|
- name: Display files to transfer
|
||||||
run: ls -R ./*
|
run: ls -R ./*
|
||||||
- name: Push tasmota files to tmp_copy repo
|
- name: Push tasmota files to tmp_copy repo
|
||||||
uses: Jason2866/copy_file_to_another_repo_action@development
|
uses: Jason2866/copy_file_to_another_repo_action@http408_fix
|
||||||
env:
|
env:
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||||
with:
|
with:
|
||||||
@ -315,7 +315,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 copy in tmp repo
|
- name: Push trigger.txt to start workflow copy in tmp repo
|
||||||
uses: Jason2866/copy_file_to_another_repo_action@development
|
uses: Jason2866/copy_file_to_another_repo_action@http408_fix
|
||||||
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