mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-16 14:34:17 +02:00
Merge branch 'main' of https://github.com/MuRuLOSE/limoka
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user