From c99cf6319489247970388dcebb298fd256d354c3 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Wed, 22 Oct 2025 16:18:56 +0200 Subject: [PATCH] fixing fetching deps CI --- .github/workflows/fetch_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_dependencies.yml b/.github/workflows/fetch_dependencies.yml index 6514d3e..84662e0 100644 --- a/.github/workflows/fetch_dependencies.yml +++ b/.github/workflows/fetch_dependencies.yml @@ -24,7 +24,7 @@ jobs: title: update dependencies commit-message: "[BOT] update dependencies" committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> + author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com> signoff: false base: indev assignees: Kbz-8