mirror of https://github.com/arendst/Tasmota.git
Update Tasmota_build_devel.yml
This commit is contained in:
parent
ab0b2e26fc
commit
4bc324f5dc
|
@ -295,24 +295,14 @@ jobs:
|
||||||
[ ! -f ./mv_firmware/firmware/* ] || mv ./mv_firmware/firmware/* ./firmware/tasmota/languages/
|
[ ! -f ./mv_firmware/firmware/* ] || mv ./mv_firmware/firmware/* ./firmware/tasmota/languages/
|
||||||
- name: Display files to transfer
|
- name: Display files to transfer
|
||||||
run: ls -R ./*
|
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
|
- 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@development
|
||||||
env:
|
env:
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||||
with:
|
with:
|
||||||
source_file: 'firmware/tasmota'
|
source_file: 'firmware'
|
||||||
destination_repo: 'arendst/tmp_copy'
|
destination_repo: 'arendst/tmp_copy'
|
||||||
destination_branch:: 'firmware'
|
destination_branch_create: 'firmware'
|
||||||
user_email: 'github-actions@github.com'
|
user_email: 'github-actions@github.com'
|
||||||
user_name: 'github-actions'
|
user_name: 'github-actions'
|
||||||
Start_final_copy:
|
Start_final_copy:
|
||||||
|
|
Loading…
Reference in New Issue