File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
# this is the personal access token used for "gh repo sync" below
30
30
GH_TOKEN : ${{ secrets.AARON_MAXWELL_TOKEN }}
31
31
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
34
34
35
35
- uses : actions/checkout@v4
36
36
with :
37
- repository : AaronMaxwell/azure-docs-pr
37
+ repository : AaronMaxwell/azure-monitor- docs-pr
38
38
# this is the personal access token used for "git push" below
39
39
token : ${{ secrets.AARON_MAXWELL_TOKEN }}
40
40
@@ -76,11 +76,11 @@ jobs:
76
76
77
77
echo ========================================
78
78
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
80
80
echo ========================================
81
81
82
82
# TODO (trask) create PR automatically
83
83
# gh pr create --title "$message" \
84
84
# --body "$body" \
85
- # --repo MicrosoftDocs/azure-docs-pr \
85
+ # --repo MicrosoftDocs/azure-monitor- docs-pr \
86
86
# --base main
You can’t perform that action at this time.
0 commit comments