Skip to content

Commit

Permalink
Merge pull request #3007 from cisagov/ms/2901-clone-staging-workflow
Browse files Browse the repository at this point in the history
fix minor bug in clone workflow
  • Loading branch information
Matt-Spence authored Oct 29, 2024
2 parents b17e526 + a1567cf commit 426b6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clone-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 426b6f6

Please sign in to comment.