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