From 63523088826427443fa06c4ebc61cda2a665af1e Mon Sep 17 00:00:00 2001 From: mudler Date: Thu, 4 May 2023 15:08:20 +0200 Subject: [PATCH] ci: minor fixups --- .github/workflows/bump_deps.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump_deps.yaml b/.github/workflows/bump_deps.yaml index 2b5c07d1..c75b0a91 100644 --- a/.github/workflows/bump_deps.yaml +++ b/.github/workflows/bump_deps.yaml @@ -32,9 +32,10 @@ jobs: with: token: ${{ secrets.UPDATE_BOT_TOKEN }} push-to-fork: ci-forks/LocalAI - commit-message: ':arrow_up: Update ${{ matrix.repo }}' - title: ':arrow_up: Update ${{ matrix.repo }}' - body: Bump of ${{ matrix.repo }} version + commit-message: ':arrow_up: Update ${{ matrix.repository }}' + title: ':arrow_up: Update ${{ matrix.repository }}' + branch: "update/${{ matrix.variable }}" + body: Bump of ${{ matrix.repository }} version signoff: true