Skip to content

Commit 3099b55

Browse files
Added createdBy parameter
1 parent a385487 commit 3099b55

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- my-pipeline-validation
78
schedule:
89
- cron: "0 9,21 * * *" # Runs at 9:00 AM and 9:00 PM GMT
910
workflow_dispatch:

infra/main.parameters.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
},
3232
"existingFoundryProjectResourceId": {
3333
"value": "${AZURE_ENV_FOUNDRY_PROJECT_ID}"
34+
},
35+
"createdBy": {
36+
"value": ""
3437
}
3538
}
3639
}

0 commit comments

Comments
 (0)