1
0

added branch param to commitGit workflow

This commit is contained in:
Robert Rosendahl 2024-10-24 12:00:55 +02:00
parent 18c5c71a14
commit d2761d6981

View File

@ -8,6 +8,9 @@ on:
message: message:
required: true required: true
type: string type: string
branch:
required: true
type: string
jobs: jobs:
CommitGit: CommitGit:
runs-on: ubuntu-latest runs-on: ubuntu-latest