Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit c59bba9

Browse files
committed
fix: add git pull main to project stats workflow
1 parent 9ad12b4 commit c59bba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/project-stats.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
6565
echo "Pushing to main"
6666
git checkout main
67+
git pull --ff-only origin main
6768
git cherry-pick $CHERRYCOMMIT
6869
git push origin main
6970

0 commit comments

Comments
 (0)