Skip to content

Commit

Permalink
remove webhook build notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Proxwian committed Jan 21, 2024
1 parent 08cf10f commit 65b9d03
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,3 @@ jobs:
with:
name: Linux Release
path: deploy

- uses: actions/setup-ruby@v1
- name: Send Webhook Notification
if: matrix.os == 'macos-latest'
env:
JOB_STATUS: ${{ job.status }}
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
run: |
git clone https://github.com/Proxwian/github-actions-discord-webhook.git webhook
bash webhook/send.sh $JOB_STATUS $WEBHOOK_URL
shell: bash

0 comments on commit 65b9d03

Please sign in to comment.