Skip to content

Commit fdd5a9a

Browse files
committed
Update environment configuration path in main.yml to use nkdAgility_Ring
1 parent e40b34e commit fdd5a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ jobs:
688688
689689
# Paths to main and environment-specific config files
690690
$rootConfig = "./_site/staticwebapp.config.json"
691-
$environmentConfig = "./_site/staticwebapp.config.${{ (needs.Setup.outputs.nkdAgility_AzureSitesEnvironment) }}.json"
691+
$environmentConfig = "./_site/staticwebapp.config.${{ (needs.Setup.outputs.nkdAgility_Ring) }}.json"
692692
# $routesConfig = "./_site/staticwebapp.config.routes.json"
693693
694694
# Check if both target files exist

0 commit comments

Comments
 (0)