From 8b48478050d91e1e39269adb631254f0f44da677 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 26 Jun 2026 22:41:14 +0800 Subject: [PATCH] fix: create PR on top of main --- .github/workflows/corpus-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/corpus-update.yml b/.github/workflows/corpus-update.yml index c711c424..a5ed6c3f 100644 --- a/.github/workflows/corpus-update.yml +++ b/.github/workflows/corpus-update.yml @@ -259,6 +259,8 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v4 + with: + ref: main - name: Download corpus artifacts uses: actions/download-artifact@v4