mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
split upload of files
This commit is contained in:
parent
05bb8214c8
commit
936267d42c
12
.github/workflows/Tasmota_build_devel.yml
vendored
12
.github/workflows/Tasmota_build_devel.yml
vendored
@ -300,11 +300,21 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||||
with:
|
with:
|
||||||
source_file: 'firmware'
|
source_file: 'firmware/tasmota*'
|
||||||
destination_repo: 'arendst/tmp_copy'
|
destination_repo: 'arendst/tmp_copy'
|
||||||
destination_branch_create: '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'
|
||||||
|
- name: Push MAP 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/map*'
|
||||||
|
destination_repo: 'arendst/tmp_copy'
|
||||||
|
destination_branch:: 'firmware'
|
||||||
|
user_email: 'github-actions@github.com'
|
||||||
|
user_name: 'github-actions'
|
||||||
Start_final_copy:
|
Start_final_copy:
|
||||||
needs: Upload
|
needs: Upload
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user