We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f0d77 commit cdfee9dCopy full SHA for cdfee9d
.github/workflows/main.yml
@@ -687,7 +687,7 @@ jobs:
687
}
688
689
# Paths to main and environment-specific config files
690
- $environment = (${{ (needs.Setup.outputs.nkdAgility_Ring) }}).ToLower()
+ $environment = ("${{ (needs.Setup.outputs.nkdAgility_Ring) }}").ToLower()
691
$rootConfig = "./_site/staticwebapp.config.json"
692
$environmentConfig = "./_site/staticwebapp.config.$environment.json"
693
# $routesConfig = "./_site/staticwebapp.config.routes.json"
0 commit comments