Skip to content

Commit e4ec134

Browse files
authored
Merge pull request #3 from Think-Cube/patch-1
Update azure-pipelines-pr.yaml
2 parents 2062918 + 8f34c16 commit e4ec134

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pipelines/azure-pipelines-pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ variables:
1212
- name: TERRAFORM_SEC_VERSION
1313
value: "v1.26.0"
1414
- name: GITHUB_REPO
15-
value: "Think-Cube/terraform-azure-devops-agent-pool"
15+
value: "Think-Cube/terraform-azuredevops-agent-pool"
1616
- group: GITHUB-PAT-TOKEN
1717
- name: VM_IMAGE
1818
value: ubuntu-latest
1919
- name: MODULE_NAME
20-
value: "terraform-azure-devops-agent-pool"
20+
value: "terraform-azuredevops-agent-pool"
2121
pool:
2222
vmImage: $(VM_IMAGE)
2323
stages:
@@ -70,7 +70,7 @@ stages:
7070
git commit -m "Update README.md with module documentation"
7171
7272
# Set remote URL with authentication token
73-
git remote set-url origin https://$(GITHUB_TOKEN)@github.com/Think-Cube/terraform-azure-devops-agent-pool.git
73+
git remote set-url origin https://$(GITHUB_TOKEN)@github.com/Think-Cube/terraform-azuredevops-agent-pool.git
7474
7575
# Pull the latest changes to avoid conflicts (source branch of the PR)
7676
git pull origin $(System.PullRequest.SourceBranch) --rebase
@@ -81,4 +81,4 @@ stages:
8181
echo "Failed to generate README.md"
8282
exit 1
8383
fi
84-
displayName: 'Generate and Update README.md Documentation'
84+
displayName: 'Generate and Update README.md Documentation'

pipelines/azure-pipelines.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ variables:
1919
- name: TERRAFORM_SEC_VERSION
2020
value: "v1.26.0"
2121
- name: GITHUB_REPO
22-
value: "Think-Cube/terraform-azure-devops-agent-pool"
22+
value: "Think-Cube/terraform-azuredevops-agent-pool"
2323
- group: GITHUB-PAT-TOKEN
2424
- name: PUBLISH_MODULE
2525
value: ${{parameters.publish_module}}
2626
- name: VM_IMAGE
2727
value: ubuntu-latest
2828
- name: MODULE_NAME
29-
value: "terraform-azure-devops-agent-pool"
29+
value: "terraform-azuredevops-agent-pool"
3030
- name: MODULE_DESCRIPTION
3131
value: "Terraform module for azure devops agent pool"
3232
pool:
@@ -118,4 +118,4 @@ stages:
118118
gh release create "v$new_version" "$tarball_name" \
119119
--repo "$github_repo" \
120120
--title "$(MODULE_NAME) v$new_version" \
121-
--notes "$description"
121+
--notes "$description"

0 commit comments

Comments
 (0)