From d9c5f62b74488662b960559f943550a084b81f08 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:25:01 -0500 Subject: [PATCH] Fix sentence style Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- deployments/octopusdeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/octopusdeploy.yml b/deployments/octopusdeploy.yml index c8cd625..686ebd5 100644 --- a/deployments/octopusdeploy.yml +++ b/deployments/octopusdeploy.yml @@ -89,7 +89,7 @@ jobs: OCTOPUS_ENVIRONMENT: 'your-environment' # TODO: update to the name of the environment to recieve the first deployment steps: - - name: Login to Octopus Deploy + - name: Log in to Octopus Deploy uses: OctopusDeploy/login@34b6dcc1e86fa373c14e6a28c5507d221e4de629 #v1.0.2 with: server: '${{ env.OCTOPUS_URL }}'