diff --git a/src/commands/migrate_lint.yml b/src/commands/migrate_lint.yml index ee84ef1..ddbb633 100644 --- a/src/commands/migrate_lint.yml +++ b/src/commands/migrate_lint.yml @@ -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: '' @@ -57,6 +62,7 @@ steps: working_directory: <> environment: INPUT_DIR_NAME: <> + INPUT_TAG: <> INPUT_DIR: <> INPUT_CONFIG: <> INPUT_ENV: <>