Skip to content

Commit

Permalink
Update some wording and the action name
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles authored Mar 8, 2022
1 parent da99405 commit e853222
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Staging apps on fly.io"
description: "Wraps the flyctl CLI tool to enable managing temporary staging apps per Pull Request on Fly.io"
name: "PR Review Apps on fly.io"
description: "Deploy temporary apps from pull requests on Fly.io"
author: Fly
branding:
icon: "upload-cloud"
Expand All @@ -17,9 +17,9 @@ inputs:
org:
description: Organization to launch the app in (alternatively, set the env FLY_ORG)
path:
description: path to a directory with a pre-existing fly.toml which will be copied
description: path to a directory containing a fly.toml to clone
postgres:
description: Optionally attach the app to a pre-existing postgres cluster on Fly
description: Optionally attach the app to a pre-existing Postgres cluster on Fly
update:
description: Whether new commits to the PR should re-deploy the Fly app
default: true

0 comments on commit e853222

Please sign in to comment.