Update Tasmota_build_devel.yml

This commit is contained in:
Jason2866 2021-11-25 15:47:09 +01:00 committed by GitHub
parent 7edcf6fe7a
commit 0d43311782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Build_firmware_development
name: Build_firmware_development_cache
on:
workflow_dispatch: # Manually start a workflow
@ -1360,7 +1360,7 @@ jobs:
[ ! -f ./mv_firmware/firmware/* ] || mv ./mv_firmware/firmware/* ./firmware/tasmota/languages/
- name: Display files to transfer
run: ls -R ./*
- name: Push Firmware files to tmp repo
- name: Push Firmware files to tmp_copy repo
uses: Jason2866/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}