mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +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
|
||||
run: ls -R ./*
|
||||
- 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:
|
||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
with:
|
||||
@ -315,7 +315,7 @@ jobs:
|
||||
echo ${GITHUB_SHA} &> trigger.txt
|
||||
echo "$(<trigger.txt)"
|
||||
- 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:
|
||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user