fix(ci): base bot PRs on main in brain workflow

This commit is contained in:
Christian Gunderman
2026-05-14 16:51:52 -07:00
parent 4293ddfcc7
commit 81af9b3bb0
+1 -1
View File
@@ -315,7 +315,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
with:
ref: '${{ needs.reasoning.outputs.sha }}'
ref: 'main'
fetch-depth: 0
persist-credentials: false