From e8532225bd21f3fab33639f289d7e1e95f7ec48f Mon Sep 17 00:00:00 2001 From: Joshua Sierles Date: Tue, 8 Mar 2022 19:23:27 +0100 Subject: [PATCH] Update some wording and the action name --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index afba4c6..44d6411 100644 --- a/action.yml +++ b/action.yml @@ -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" @@ -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