From 9a5c55d87a998e48097fedb8efef7cf2b5ebe9db Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sun, 25 May 2025 16:49:32 +0200 Subject: [PATCH] Update action.yml --- .github/actions/setup-bot/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-bot/action.yml b/.github/actions/setup-bot/action.yml index 00112bbb1..0be2f43bf 100644 --- a/.github/actions/setup-bot/action.yml +++ b/.github/actions/setup-bot/action.yml @@ -30,4 +30,4 @@ runs: run: | git config --global user.name "${{ steps.generate-token.outputs.app-slug }}[bot]" git config --global user.email "${{ steps.generate-token.outputs.app-slug }}[bot]@users.noreply.github.com" - shell: bash \ No newline at end of file + shell: bash