From 41f7b4ef4cc7c99aa61c221c9523dd5c2fdf63a0 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sun, 31 Dec 2023 14:16:58 +0100 Subject: [PATCH] working automated dependencies updates, polishing the CI --- .github/workflows/fetch_dependencies.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fetch_dependencies.yml b/.github/workflows/fetch_dependencies.yml index 792aa4f..5df6872 100644 --- a/.github/workflows/fetch_dependencies.yml +++ b/.github/workflows/fetch_dependencies.yml @@ -12,17 +12,18 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - - name: Fetch Dependencies + - name: Run Fetch Dependencies Script run: cd scripts && bash ./fetch_dependencies.sh - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: title: update dependencies - commit-message: update dependencies + commit-message: "[BOT] update dependencies" committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: false base: indev + branch: auto_deps_updates labels: | automated