Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Jan 16, 2024
1 parent 655fafb commit 79de2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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}}
cf_password: ${{secrets.CF_SERVICE_AUTH}}

0 comments on commit 79de2b7

Please sign in to comment.