diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 4e74e2e..251a6f8 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -24,11 +24,8 @@ jobs: to: ${{ secrets.CHAT_ID }} disable_web_page_preview: true # Prevent previews for shared links disable_notification: false # Sends notification with sound - message: | - 🚀 **GitHub Action Notification** - - **Event**: ${{ github.event_name }} - - **Action**: ${{ github.event.action || 'N/A' }} - - **Repository**: ${{ github.repository }} - - **Branch**: ${{ github.ref_name }} - - **Actor**: ${{ github.actor }} - - **URL**: ${{ github.event.pull_request.html_url || github.server_url }} + status: ${{ job.status }} + event: ${{ github.event_name }} + actor: ${{ github.actor }} + repository: ${{ github.repository }} + workflow: ${{ github.workflow }}