diff --git a/.github/workflows/update-game-config.yaml b/.github/workflows/update-game-config.yaml index 288cddcd..ef462a57 100644 --- a/.github/workflows/update-game-config.yaml +++ b/.github/workflows/update-game-config.yaml @@ -51,4 +51,4 @@ jobs: - name: Update Game Configs shell: pwsh run: | - ./deployments/scripts/Update-CloudGameConfigs.ps1 -DBConnectionString ${{ env.DB_CONNECTION_STRING }} -StorageAccountKey ${{ env.STORAGE_ACCOUNT_KEY }} -ContainerName ${{ env.STORAGE_ACCOUNT_CONTAINER }} -UpdatedBy 'GitHub Actions' \ No newline at end of file + ./deployments/scripts/Update-CloudGameConfigs.ps1 -DBConnectionString "${{ env.DB_CONNECTION_STRING }}" -StorageAccountKey "${{ env.STORAGE_ACCOUNT_KEY }}" -ContainerName "${{ env.STORAGE_ACCOUNT_CONTAINER }}" -UpdatedBy 'GitHub Actions' \ No newline at end of file