From 78dcda15eb36bf7d3ea3cf6fe56eda61a2ca9944 Mon Sep 17 00:00:00 2001 From: JahongirHakimjomov Date: Sun, 1 Dec 2024 23:08:04 +0500 Subject: [PATCH] fix: actions update --- .github/workflows/notify.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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 }}