Skip to content

Commit 87895f4

Browse files
committed
ADO#2212 - update yml
1 parent fdd326a commit 87895f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-readme-branch-name.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update README with Branch Name
33
on:
44
push:
55
branches:
6-
- '*'
6+
- 'brittneek'
77

88
jobs:
99
update-readme:
@@ -15,7 +15,7 @@ jobs:
1515
- name: Update README
1616
run: |
1717
BRANCH_NAME="${GITHUB_REF#refs/heads/}"
18-
sed -i "s|https://raw.githubusercontent.com/microsoft/Customer-Service-Conversational-Insights-with-Azure-OpenAI-Services/CURRENT_BRANCH/infrastructure/ARM/deployment-template.json|https://raw.githubusercontent.com/microsoft/Customer-Service-Conversational-Insights-with-Azure-OpenAI-Services/$BRANCH_NAME/infrastructure/ARM/deployment-template.json|g" README.md
18+
sed -i "s|/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FCustomer-Service-Conversational-Insights-with-Azure-OpenAI-Services%2CURRENT_BRANCH%2Finfrastructure%2FARM%2Fdeployment-template.json|/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FCustomer-Service-Conversational-Insights-with-Azure-OpenAI-Services%$BRANCH_NAME%2Finfrastructure%2FARM%2Fdeployment-template.json|g" README.md
1919
2020
2121
- name: Commit and push if changes

0 commit comments

Comments
 (0)