From b02b68c66803cb6c96bbf67f1a608f0746d5caf2 Mon Sep 17 00:00:00 2001 From: Mandresy RABENJAHARISON Date: Mon, 29 Sep 2025 17:31:09 +0300 Subject: [PATCH] fix: update branch creation action to use 'develop' instead of 'main' --- .../Create the Corresponding Branch of the New Odoo Ticket.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6c2efb1..933a8c9 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 @@ -17,4 +17,4 @@ jobs: ref: 'main' - name: Create a New Branch and Link to Issue - uses: https://gitea.ethumada.com/gitea/new-issue-branch@main \ No newline at end of file + uses: https://gitea.ethumada.com/gitea/new-issue-branch@develop \ No newline at end of file