mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-01 15:28:35 +00:00
[AB-xxx] removing discord webhook due to deprecated github action
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -37,15 +37,4 @@ jobs:
|
|||||||
- name: Build ui application
|
- name: Build ui application
|
||||||
working-directory: ./ui/experience-tracking
|
working-directory: ./ui/experience-tracking
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- uses: actions/setup-ruby@v1
|
|
||||||
- name: Send Webhook Notification
|
|
||||||
if: always()
|
|
||||||
env:
|
|
||||||
JOB_STATUS: ${{ job.status }}
|
|
||||||
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
|
|
||||||
HOOK_OS_NAME: ${{ runner.os }}
|
|
||||||
WORKFLOW_NAME: ${{ github.workflow }}
|
|
||||||
run: |
|
|
||||||
git clone https://github.com/DiscordHooks/github-actions-discord-webhook.git webhook
|
|
||||||
bash webhook/send.sh $JOB_STATUS $WEBHOOK_URL
|
|
||||||
shell: bash
|
|
||||||
|
|||||||
Reference in New Issue
Block a user