From 4bc324f5dc9a655084c537fbc732547dd195cebc Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 19 May 2023 12:45:45 +0200 Subject: [PATCH] Update Tasmota_build_devel.yml --- .github/workflows/Tasmota_build_devel.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index c24ec568e..a961f7163 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -295,24 +295,14 @@ jobs: [ ! -f ./mv_firmware/firmware/* ] || mv ./mv_firmware/firmware/* ./firmware/tasmota/languages/ - name: Display files to transfer run: ls -R ./* - - name: Push tasmota32 files to tmp_copy repo - uses: Jason2866/copy_file_to_another_repo_action@development - env: - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} - with: - source_file: 'firmware/tasmota32' - destination_repo: 'arendst/tmp_copy' - destination_branch_create: 'firmware' - user_email: 'github-actions@github.com' - user_name: 'github-actions' - name: Push tasmota files to tmp_copy repo uses: Jason2866/copy_file_to_another_repo_action@development env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: - source_file: 'firmware/tasmota' + source_file: 'firmware' destination_repo: 'arendst/tmp_copy' - destination_branch:: 'firmware' + destination_branch_create: 'firmware' user_email: 'github-actions@github.com' user_name: 'github-actions' Start_final_copy: