Skip to content

Commit

Permalink
chore: rename input id to input name
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 29, 2024
1 parent 9700e59 commit f7ed97f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ id: update_postgres
namespace: io.kestra.jdbc.postgres

inputs:
- name: sslRootCert
- id: sslRootCert
type: STRING
- name: sslCert
- id: sslCert
type: STRING
- name: sslKey
- id: sslKey
type: STRING

tasks:
Expand Down

0 comments on commit f7ed97f

Please sign in to comment.