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:
parent
8043d0d433
commit
bcdf0ce8a4
6
.github/workflows/ai-flag-cleanup-pr.yml
vendored
6
.github/workflows/ai-flag-cleanup-pr.yml
vendored
@ -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 }}")
|
||||
|
Loading…
Reference in New Issue
Block a user