From e202c32a31674e587d51dfbef8a5a3802ea18e9d Mon Sep 17 00:00:00 2001 From: Mandresy RABENJAHARISON Date: Mon, 29 Sep 2025 17:27:04 +0300 Subject: [PATCH] fix: update branch creation workflow to use specific action URL --- .../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 db17c08..6c2efb1 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: ./ \ No newline at end of file + uses: https://gitea.ethumada.com/gitea/new-issue-branch@main \ No newline at end of file