Skip to content

Commit

Permalink
Provide defaults as string values
Browse files Browse the repository at this point in the history
  • Loading branch information
iangreenleaf committed Jul 6, 2021
1 parent 1b8c97d commit cf01ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -10,7 +10,7 @@ inputs:
GIGALIXIR_CLEAN:
description: 'Extra flag you can pass to clean your cache before building'
required: false
default: false
default: "false"
GIGALIXIR_USERNAME:
description: 'Your Gigalixir username'
required: true
Expand All @@ -20,7 +20,7 @@ inputs:
MIGRATIONS:
description: 'Configuration for migrations'
required: true
default: true
default: "true"
SSH_PRIVATE_KEY:
description: 'Your ssh private key that is paired with a public key that is uploaded to Gigalixir'
required: ${MIGRATIONS}
Expand Down

0 comments on commit cf01ba4

Please sign in to comment.