Skip to content

Commit 7b6a19f

Browse files
Copilotbriantoby
andcommitted
Fix repository reference format and enable full git history for comparison
- Remove .git extension from repository references (lines 29 and 90) - Remove sparse-checkout configuration to ensure full git history is available for accurate commit date comparison Co-authored-by: briantoby <9433704+briantoby@users.noreply.github.com>
1 parent f409df7 commit 7b6a19f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update_help.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ jobs:
2626
- name: Checkout tutorials repo
2727
uses: actions/checkout@v4
2828
with:
29-
repository: AdvancedPhotonSource/GSAS-II-tutorials.git
29+
repository: AdvancedPhotonSource/GSAS-II-tutorials
3030
path: _docs
3131
ref: main
32-
sparse-checkout: MDhelp/docs
33-
sparse-checkout-cone-mode: true
3432

3533
- name: Compare files
3634
id: compare
@@ -89,7 +87,7 @@ jobs:
8987
# get the help pages from GSAS-II docs repo
9088
uses: actions/checkout@v4
9189
with:
92-
repository: AdvancedPhotonSource/GSAS-II-tutorials.git
90+
repository: AdvancedPhotonSource/GSAS-II-tutorials
9391
path: _docs
9492
ref: main
9593

0 commit comments

Comments
 (0)