From 8c47f85fe7dd197c66add6c84a2520d04f2367fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Wed, 2 Jul 2025 17:49:33 +0100 Subject: [PATCH] chore: new attempt --- .github/workflows/ai-flag-cleanup-pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ai-flag-cleanup-pr.yml b/.github/workflows/ai-flag-cleanup-pr.yml index f141d22899..80d33be78b 100644 --- a/.github/workflows/ai-flag-cleanup-pr.yml +++ b/.github/workflows/ai-flag-cleanup-pr.yml @@ -147,7 +147,7 @@ jobs: APP_ID: ${{ secrets.UNLEASH_BOT_APP_ID }} run: | git config --global --add safe.directory "$GITHUB_WORKSPACE" - git config --global user.email "${APP_ID}+unleash-bot@users.noreply.github.com" + git config --global user.email "194219037+unleash-bot[bot]@users.noreply.github.com" git config --global user.name "unleash-bot" - name: Install ripgrep @@ -224,9 +224,9 @@ jobs: timeout-minutes: ${{ inputs.chat-timeout }} env: GIT_AUTHOR_NAME: 'unleash-bot' - GIT_AUTHOR_EMAIL: '${{ secrets.UNLEASH_BOT_APP_ID }}+unleash-bot@users.noreply.github.com' + GIT_AUTHOR_EMAIL: '194219037+unleash-bot[bot]@users.noreply.github.com' GIT_COMMITTER_NAME: 'unleash-bot' - GIT_COMMITTER_EMAIL: '${{ secrets.UNLEASH_BOT_APP_ID }}+unleash-bot@users.noreply.github.com' + GIT_COMMITTER_EMAIL: '194219037+unleash-bot[bot]@users.noreply.github.com' ${{ inputs.api_key_env_name }}: ${{ secrets.api_key_env_value }} run: | mapfile -d '' FILES < <(cat "${{ steps.find_files.outputs.file_list }}")