split upload of files

This commit is contained in:
Jason2866 2023-05-18 18:27:37 +02:00 committed by GitHub
parent 05bb8214c8
commit 936267d42c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,11 +300,21 @@ jobs:
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'firmware'
source_file: 'firmware/tasmota*'
destination_repo: 'arendst/tmp_copy'
destination_branch_create: 'firmware'
user_email: 'github-actions@github.com'
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:
needs: Upload
runs-on: ubuntu-latest