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 e40b34e commit fdd5a9aCopy full SHA for fdd5a9a
.github/workflows/main.yml
@@ -688,7 +688,7 @@ jobs:
688
689
# Paths to main and environment-specific config files
690
$rootConfig = "./_site/staticwebapp.config.json"
691
- $environmentConfig = "./_site/staticwebapp.config.${{ (needs.Setup.outputs.nkdAgility_AzureSitesEnvironment) }}.json"
+ $environmentConfig = "./_site/staticwebapp.config.${{ (needs.Setup.outputs.nkdAgility_Ring) }}.json"
692
# $routesConfig = "./_site/staticwebapp.config.routes.json"
693
694
# Check if both target files exist
0 commit comments