Skip to content

Commit

Permalink
fix: actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
JahongirHakimjonov committed Dec 1, 2024
1 parent a538bcb commit 78dcda1
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 78dcda1

Please sign in to comment.