Skip to content

Commit

Permalink
fix(cron): Add the missing parameter name for the cron workflow (#522)
Browse files Browse the repository at this point in the history
#### Motivation

Parameter name is defined incorrectly in the cron workflow.

#### Modification

fix the name in two cron workflow

#### Checklist

_If not applicable, provide explanation of why._

- [ ] Tests updated - no test
- [ ] Docs updated - no doc
- [ ] Issue linked in Title - no ticket
  • Loading branch information
Wentao-Kuang authored Apr 9, 2024
1 parent 4621965 commit c7df123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflows/cron/cron-vector-etl-roads-addressing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
name: basemaps-vector-etl
arguments:
parameters:
- filename:
- name: 'filename'
value: '53382-nz-roads-addressing'
- name: 'retry'
value: '2'
2 changes: 1 addition & 1 deletion workflows/cron/cron-vector-etl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
name: basemaps-vector-etl
arguments:
parameters:
- filename:
- name: 'filename'
value: 'topographic'
- name: 'retry'
value: '2'

0 comments on commit c7df123

Please sign in to comment.