Skip to content

Commit 31b2fde

Browse files
authored
Update azure-docs-pr to azure-monitor-docs-pr (#3872)
1 parent a8895b2 commit 31b2fde

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/reusable-create-docs-pull-request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
# this is the personal access token used for "gh repo sync" below
3030
GH_TOKEN: ${{ secrets.AARON_MAXWELL_TOKEN }}
3131
run: |
32-
gh repo sync AaronMaxwell/azure-docs-pr \
33-
--source MicrosoftDocs/azure-docs-pr
32+
gh repo sync AaronMaxwell/azure-monitor-docs-pr \
33+
--source MicrosoftDocs/azure-monitor-docs-pr
3434
3535
- uses: actions/checkout@v4
3636
with:
37-
repository: AaronMaxwell/azure-docs-pr
37+
repository: AaronMaxwell/azure-monitor-docs-pr
3838
# this is the personal access token used for "git push" below
3939
token: ${{ secrets.AARON_MAXWELL_TOKEN }}
4040

@@ -76,11 +76,11 @@ jobs:
7676
7777
echo ========================================
7878
echo To create PR, go to
79-
echo https://github.com/MicrosoftDocs/azure-docs-pr/compare/main...AaronMaxwell:azure-docs-pr:${branch}?expand=1
79+
echo https://github.com/MicrosoftDocs/azure-monitor-docs-pr/compare/main...AaronMaxwell:azure-docs-pr:${branch}?expand=1
8080
echo ========================================
8181
8282
# TODO (trask) create PR automatically
8383
# gh pr create --title "$message" \
8484
# --body "$body" \
85-
# --repo MicrosoftDocs/azure-docs-pr \
85+
# --repo MicrosoftDocs/azure-monitor-docs-pr \
8686
# --base main

0 commit comments

Comments
 (0)