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:
required: true
type: string
branch:
required: true
type: string
jobs:
CommitGit:
runs-on: ubuntu-latest