1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +02:00

chore: new attempt

This commit is contained in:
Nuno Góis 2025-07-02 17:20:25 +01:00
parent 8043d0d433
commit bcdf0ce8a4
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765

View File

@ -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[bot]@users.noreply.github.com"
git config --global user.email "${APP_ID}+unleash-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[bot]@users.noreply.github.com'
GIT_AUTHOR_EMAIL: '${{ secrets.UNLEASH_BOT_APP_ID }}+unleash-bot@users.noreply.github.com'
GIT_COMMITTER_NAME: 'unleash-bot'
GIT_COMMITTER_EMAIL: '${{ secrets.UNLEASH_BOT_APP_ID }}+unleash-bot[bot]@users.noreply.github.com'
GIT_COMMITTER_EMAIL: '${{ secrets.UNLEASH_BOT_APP_ID }}+unleash-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 }}")