fix(ops): harden branch cleanup workflow with explicit develop ref

This commit is contained in:
Nubenetes Bot
2026-05-18 10:50:23 +02:00
parent f971c84028
commit 732f693e26

View File

@@ -13,6 +13,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: develop # Operamos sobre develop para usar la lógica de limpieza más reciente
fetch-depth: 0
- name: Delete merged branches