From d2761d69816d9776ea607c02b0215f45473fac9a Mon Sep 17 00:00:00 2001 From: Robert Rosendahl Date: Thu, 24 Oct 2024 12:00:55 +0200 Subject: [PATCH] added branch param to commitGit workflow --- .gitea/workflows/commitGit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/commitGit.yaml b/.gitea/workflows/commitGit.yaml index fe6a1b2..1d261b2 100644 --- a/.gitea/workflows/commitGit.yaml +++ b/.gitea/workflows/commitGit.yaml @@ -8,6 +8,9 @@ on: message: required: true type: string + branch: + required: true + type: string jobs: CommitGit: runs-on: ubuntu-latest