Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dusmartijngames authored Oct 24, 2022
1 parent 3c0c793 commit 332291e
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ jobs:
name: Windows Test Job
steps:
- name: Windows Test Info
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
with:
severity: info
details: Test succeeded.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Windows Test Warn
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
with:
severity: warn
details: Test warning.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Windows Test Error
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
with:
severity: error
details: Test error.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Windows Test Custom
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
with:
severity: info
username: CustomUsername
Expand All @@ -36,19 +36,19 @@ jobs:
text: This is where text goes.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Windows Test Success
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
if: success()
with:
severity: info
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Windows Test Failure
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
if: failure()
with:
severity: error
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Windows Test Cancelled
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
if: cancelled()
with:
severity: warn
Expand All @@ -58,25 +58,25 @@ jobs:
name: Linux Test Job
steps:
- name: Linux Test Info
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
with:
severity: info
details: Test succeeded.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Linux Test Warn
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
with:
severity: warn
details: Test warning.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Linux Test Error
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
with:
severity: error
details: Test error.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Linux Test Custom
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
with:
severity: info
username: CustomUsername
Expand All @@ -88,19 +88,19 @@ jobs:
text: This is where text goes.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Linux Test Success
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
if: success()
with:
severity: info
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Linux Test Failure
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
if: failure()
with:
severity: error
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: Linux Test Cancelled
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
if: cancelled()
with:
severity: warn
Expand All @@ -110,25 +110,25 @@ jobs:
name: MacOS Test Job
steps:
- name: MacOS Test Info
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
with:
severity: info
details: Test succeeded.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: MacOS Test Warn
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
with:
severity: warn
details: Test warning.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: MacOS Test Error
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
with:
severity: error
details: Test error.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: MacOS Test Custom
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
with:
severity: info
username: CustomUsername
Expand All @@ -140,19 +140,19 @@ jobs:
text: This is where text goes.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: MacOS Test Success
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
if: success()
with:
severity: info
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: MacOS Test Failure
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
if: failure()
with:
severity: error
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
- name: MacOS Test Cancelled
uses: dusmartijngames/discord-webhook-notify@master
uses: rjstone/discord-webhook-notify@v1
if: cancelled()
with:
severity: warn
Expand Down

0 comments on commit 332291e

Please sign in to comment.