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'