From 79de2b7715faeb9915fb812240b9b44d3fbaa90c Mon Sep 17 00:00:00 2001 From: Jin-Sun-tts Date: Tue, 16 Jan 2024 12:14:30 -0500 Subject: [PATCH] fix typo --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f3ee17e..fa295ef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ on: jobs: create-cloudgov-services-management-staging: - name: create services (management-staging) + name: create services (management-staging) environment: management-staging runs-on: ubuntu-latest steps: @@ -186,4 +186,4 @@ jobs: cf_org: gsa-datagov cf_space: prod-egress cf_username: ${{secrets.CF_SERVICE_USER}} - cf_password: ${{secrets.CF_SERVICE_AUTH}} \ No newline at end of file + cf_password: ${{secrets.CF_SERVICE_AUTH}}