We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f7710 commit 574f418Copy full SHA for 574f418
.github/workflows/llmcodereview.yml
@@ -124,5 +124,10 @@ jobs:
124
# Merge the fetched main into current branch (or create if it doesn't exist)
125
git merge --allow-unrelated-histories pages/main -m "Merge reports" || true
126
127
+ # Resolve conflicts by keeping our version
128
+ git checkout --ours report.html
129
+ git add report.html
130
+ git commit --no-edit || true
131
+
132
# Push to the target repo
- git push pages HEAD:main
133
+ git push "https://x-access-token:${GH_PAGES_PAT}@github.com/Mod-Sauce/mod-sauce.github.io.git" HEAD:main
0 commit comments