Skip to content

Commit d719b79

Browse files
Add 'createdBy' parameter to deploy.yml
1 parent 6941f66 commit d719b79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ jobs:
149149
embeddingModel="text-embedding-ada-002" \
150150
embeddingDeploymentCapacity=${{ env.TEXT_EMBEDDING_MIN_CAPACITY }} \
151151
azureAiServiceLocation=${{ env.AZURE_LOCATION }} \
152-
imageTag="${IMAGE_TAG}"
152+
imageTag="${IMAGE_TAG}"\
153+
createdBy="Pipeline"
153154
154155
- name: Get Deployment Output and extract Values
155156
id: get_output
@@ -405,4 +406,4 @@ jobs:
405406
if: always()
406407
run: |
407408
az logout
408-
echo "Logged out from Azure."
409+
echo "Logged out from Azure."

0 commit comments

Comments
 (0)