Skip to content

Commit

Permalink
fixed erroneous var name
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-417
  • Loading branch information
amorrow-flexion committed Dec 26, 2024
1 parent 3ef1144 commit 7411922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
migrationFunctionName: ${{ needs.setup.outputs.migrationFunctionName }}
environment: ${{ needs.setup.outputs.ghaEnvironment }}
launchDarklyEnvironment: ${{ vars.CAMS_LAUNCH_DARKLY_ENV }}
azAppResourceGrpEncrypted: ${{ needs.setup.outputs.azResourceGrpAppEncrypted }}
azResourceGrpAppEncrypted: ${{ needs.setup.outputs.azResourceGrpAppEncrypted }}

deploy:
name: Cloud Resource Deployment
Expand Down

0 comments on commit 7411922

Please sign in to comment.