This commit is contained in:
Jason2866 2023-05-18 18:55:22 +02:00 committed by GitHub
parent 936267d42c
commit ab0b2e26fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -295,22 +295,22 @@ 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_copy repo
- 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/tasmota*'
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 MAP files to tmp_copy repo
- 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/map*'
source_file: 'firmware/tasmota'
destination_repo: 'arendst/tmp_copy'
destination_branch:: 'firmware'
user_email: 'github-actions@github.com'