mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-22 00:53:37 +00:00
fix(ops): harden branch cleanup workflow with explicit develop ref
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user