Skip to content

Commit

Permalink
changed descriptions of inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dorav committed Sep 25, 2023
1 parent af3dd3c commit 344d342
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions migrate/push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,23 @@ branding:
author: "Ariga"
inputs:
dir:
description: "path to the migration directory, formatted as a URL, for example: file://migrations"
description: The migration directory URL (i.e file://path/to/migrations).
required: false
dir-name:
description: dir name in Atlas Cloud where the migration directory should be saved
description: Target migration directory name (slug).
required: false
dev-url:
description: "[driver://username:password@address/dbname?param=value] select a dev database using the URL format"
description: The development DB URL using atlas URL format [driver://username:password@address/dbname?param=value].
required: false
tag:
description: The tag of the specific version of the migration directory
description: The tag of the specific version of the migration directory.
required: false
working-directory:
description: path to the repository working directory
description: The path to the repository working directory.
required: false
default: .
config:
description: The url of the configuration
description: The url of the configuration.
required: false
env:
description: The environment to use with the configuration file.
Expand Down

0 comments on commit 344d342

Please sign in to comment.