create branch when not exists

This commit is contained in:
Jason2866 2023-05-18 15:06:51 +02:00 committed by GitHub
parent b0058fd0a2
commit 542294f3c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ jobs:
with:
source_file: 'firmware'
destination_repo: 'arendst/tmp_copy'
destination_branch_create: 'firmware'
destination_branch: 'firmware'
user_email: 'github-actions@github.com'
user_name: 'github-actions'