Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored May 10, 2024
1 parent 834bdc6 commit 905e777
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
on:
workflow_dispatch:

name: restartServer
on: [push]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- name: Invoke deployment hook
uses: distributhor/workflow-webhook@v2
with:
webhook_url: https://discord.com/api/webhooks/1238439249515384852/kuNae6ZiohUV7GE0WQfi1VLNbRev-jnsnylpEAcFF_ftNoYx2TvxrfblJ-OAU0_8x_Op
data: '{\"content\": \"Hello From GH Actions!\"}'
check-bats-version:
runs-on: ubuntu-latest
steps:
- run: |
curl --location --request POST 'https://discord.com/api/webhooks/1238439249515384852/kuNae6ZiohUV7GE0WQfi1VLNbRev-jnsnylpEAcFF_ftNoYx2TvxrfblJ-OAU0_8x_Op' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{\"content\": \"Hello From GH Actions!\"}'

0 comments on commit 905e777

Please sign in to comment.