From 65395cfbb1239e81c9a82974dd36e2c3fac870f5 Mon Sep 17 00:00:00 2001 From: Felicia Date: Thu, 30 May 2024 11:54:14 -0700 Subject: [PATCH] small nits --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 6bb2e32..410e74c 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Deploy to Jamsocket' -description: 'This action will handle the deploying session backend code to your Jamsocket service.' +description: 'This action will handle deploying session backend code to your Jamsocket service.' inputs: jamsocket_api_token: description: 'API Token for Jamsocket authentication' @@ -11,10 +11,10 @@ inputs: description: 'Name of your Jamsocket service' required: true docker_build_context: - description: 'Path to the Docker build context' + description: 'Path to your Docker build context' required: true dockerfile_path: - description: 'Path to the Dockerfile' + description: 'Path to your Dockerfile' required: true runs: using: 'composite'