try to fix `RPC failed` in action

This commit is contained in:
Jason2866 2023-05-19 13:27:31 +02:00 committed by GitHub
parent 2baba2b9c2
commit a07e17eff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: