fix minor bug in clone workflow

This commit is contained in:
matthewswspence 2024-10-29 10:16:39 -05:00
parent 18ca5f70ae
commit a1567cf235
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

@ -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