We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1504284 + 7b5aad7 commit 311fb8cCopy full SHA for 311fb8c
.github/workflows/psdocs-mdtogit.yml
@@ -135,6 +135,6 @@ jobs:
135
git commit --message "$github_commit_message [$GITHUB_ACTOR/${GITHUB_SHA::8}]"
136
echo "==> Push changes..."
137
echo "Pushing changes to: $main"
138
- git push "https://$GITHUB_TOKEN@github.com/Azure/avdaccelerator/tree/doc-updates"
+ git push https://$GITHUB_TOKEN@github.com/Azure/avdaccelerator.git main
139
env:
140
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments