From c43a4473ee0c625e530cc388c050297cbca9bdae Mon Sep 17 00:00:00 2001 From: Mandresy RABENJAHARISON Date: Mon, 29 Sep 2025 17:21:18 +0300 Subject: [PATCH] fix: specify 'main' as default ref and enable clean checkout in branch creation workflow --- .../Create the Corresponding Branch of the New Odoo Ticket.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/Create the Corresponding Branch of the New Odoo Ticket.yaml b/.gitea/workflows/Create the Corresponding Branch of the New Odoo Ticket.yaml index eb335bb..db17c08 100644 --- a/.gitea/workflows/Create the Corresponding Branch of the New Odoo Ticket.yaml +++ b/.gitea/workflows/Create the Corresponding Branch of the New Odoo Ticket.yaml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v3 + clean: 'true' + ref: 'main' - name: Create a New Branch and Link to Issue uses: ./ \ No newline at end of file