Skip to content

Commit

Permalink
feat: include ticket number in basemaps pull requests TDE-1146
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Apr 16, 2024
1 parent ac5877c commit d8fb1f7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions workflows/basemaps/imagery-import-cogify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,9 @@ spec:
name: github-linz-li-bot-pat
key: pat
args:
[
'bmc',
'create-pr',
'--target={{inputs.parameters.target}}',
"--individual={{= workflow.parameters.create_pull_request == 'individual'? 'true' : 'false' }}",
'--category={{workflow.parameters.category}}',
]
- 'bmc'
- 'create-pr'
- '--target={{inputs.parameters.target}}'
- '--ticket={{workflow.parameters.ticket}}'
- "--individual={{= workflow.parameters.create_pull_request == 'individual'? 'true' : 'false' }}"
- '--category={{workflow.parameters.category}}'

0 comments on commit d8fb1f7

Please sign in to comment.