Skip to content

Commit 974c89f

Browse files
authored
Pointing workflow at local parameter file to reflect changes in local branch
1 parent 189e8f6 commit 974c89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/StandardCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
env:
3333
RG: "AksBicepAcc-Ci-BasicCluster" #The resource group we're deploying to.
3434
# ParamFilePath: "https://raw.githubusercontent.com/Azure/AKS-Construction/main/.github/workflows_dep/AksDeploy-Basic.parameters.json" # ".github/workflows_dep/AksDeploy-Basic.parameters.json" #Path to parameter file
35-
ParamFilePath: ".github/workflows_dep/AksDeploy-Basic.parameters.json" # Path to parameter file
35+
ParamFilePath: @.github/workflows_dep/AksDeploy-Basic.parameters.json # Path to parameter file
3636
RESNAME: "AksStan" #Used in Azure Resource Naming, overrides the default in the parameter file
3737
DEPNAME: "Dep${{ github.run_number }}" #Deployment Name
3838
AZCLIVERSION: 2.53.0 #2.43.0 #2.34.1 #2.29.2 #2.26.0 #latest

0 commit comments

Comments
 (0)