File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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"
2121pool :
2222 vmImage : $(VM_IMAGE)
2323stages :
@@ -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'
Original file line number Diff line number Diff 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"
3232pool :
@@ -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"
You can’t perform that action at this time.
0 commit comments