manishawsdevops/Hello World
Greet someone and record the time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| DB_URL | Connection URL for the Database | yes | JDBC:<URL> |
| DB_PASSWORD | Connection Password for the Database | yes | PASSWORD |
| DB_USERNAME | Connection Username for the Database | yes | USERNAME |
| DB_FAMILY | Provide the DB FAMILY name like - postgress, snowflake | yes | DB_FAMILY |
| DB_CHANGELOGFILE | Provide the changelog file path relative to github repo | no | changelog.sf.xml |
| DRY_RUN | Mention if this is a Dry Run | no | Yes |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |