This commit is contained in:
2025-08-04 14:36:36 +03:00
19 changed files with 39342 additions and 40320 deletions

View File

@@ -103,6 +103,11 @@ jobs:
(github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true)
needs: update
steps:
- name: Debug event and branch
run: |
echo "Event name: ${{ github.event_name }}"
echo "Branch name: ${{ env.BRANCH_NAME }}"
echo "Ref to checkout: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && env.BRANCH_NAME || 'main' }}"
- name: Configure Git for github-actions[bot]
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
@@ -256,4 +261,4 @@ jobs:
fi
done
echo "Files sent to Telegram successfully!"
echo "Files sent to Telegram successfully!"