mirror of https://github.com/arendst/Tasmota.git
create branch when not exists
This commit is contained in:
parent
b0058fd0a2
commit
542294f3c8
|
@ -302,6 +302,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
source_file: 'firmware'
|
source_file: 'firmware'
|
||||||
destination_repo: 'arendst/tmp_copy'
|
destination_repo: 'arendst/tmp_copy'
|
||||||
|
destination_branch_create: 'firmware'
|
||||||
destination_branch: 'firmware'
|
destination_branch: 'firmware'
|
||||||
user_email: 'github-actions@github.com'
|
user_email: 'github-actions@github.com'
|
||||||
user_name: 'github-actions'
|
user_name: 'github-actions'
|
||||||
|
|
Loading…
Reference in New Issue