Skip to content

Commit 311fb8c

Browse files
authored
Merge pull request #771 from Azure/sihbher-patch-1
Update psdocs-mdtogit.yml
2 parents 1504284 + 7b5aad7 commit 311fb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/psdocs-mdtogit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ jobs:
135135
git commit --message "$github_commit_message [$GITHUB_ACTOR/${GITHUB_SHA::8}]"
136136
echo "==> Push changes..."
137137
echo "Pushing changes to: $main"
138-
git push "https://$GITHUB_TOKEN@github.com/Azure/avdaccelerator/tree/doc-updates"
138+
git push https://$GITHUB_TOKEN@github.com/Azure/avdaccelerator.git main
139139
env:
140140
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)