mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
fix minor bug in clone workflow
This commit is contained in:
parent
18ca5f70ae
commit
a1567cf235
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clone-staging.yaml
vendored
2
.github/workflows/clone-staging.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CF_USERNAME: CF_MS_USERNAME
|
||||
CF_PASSWORD: CF_STAGING_PASSWORD
|
||||
CF_PASSWORD: CF_MS_PASSWORD
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue