From e5bf0243b754ade909a4b231058299d89d6507fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BIDON?= Date: Sat, 22 Nov 2025 21:02:48 +0100 Subject: [PATCH] ci: fixed typo in action sha set manually MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric BIDON --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 2e769a4..383642b 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -35,7 +35,7 @@ jobs: - name: Create a PR id: create-pull-request - uses: peter-evans/create-pull-request@i84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 with: commit-message: "doc: updated contributors file" branch: doc/contributors-bot