Skip to content

Commit decb120

Browse files
committed
Directly fetch the main branch from origin
1 parent 31e58e7 commit decb120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ jobs:
523523
524524
# Debugging
525525
526-
git fetch --all
526+
git fetch origin main
527527
git branch
528528
529529
# Get the list of R files that have changed

0 commit comments

Comments
 (0)