Skip to content

Commit

Permalink
migrate_lint: support tag input (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm authored Nov 12, 2024
1 parent c6536b8 commit 90452ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/commands/migrate_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ parameters:
type: string
description: |
The name (slug) of the project in Atlas Cloud.
tag:
type: string
default: ""
description: |
The tag of migrations to used as base for linting. By default, the `latest` tag is used.
dev_url:
type: string
default: ''
Expand Down Expand Up @@ -57,6 +62,7 @@ steps:
working_directory: <<parameters.working_directory>>
environment:
INPUT_DIR_NAME: <<parameters.dir_name>>
INPUT_TAG: <<parameters.tag>>
INPUT_DIR: <<parameters.dir>>
INPUT_CONFIG: <<parameters.config>>
INPUT_ENV: <<parameters.env>>
Expand Down

0 comments on commit 90452ed

Please sign in to comment.