Skip to content

Commit

Permalink
edit wf
Browse files Browse the repository at this point in the history
  • Loading branch information
m-brl committed Apr 20, 2023
1 parent 7234810 commit 5cc1d51
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/my_rpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:
timeout-minutes: 10
steps:
- name: Discord Notification
uses: appleboy/discord-action@master
env:
DISCORD_WEBHOOK: "https://discordapp.com/api/webhooks/1098645970016800878/-ApcSsSQy-Wg-EoDkAEk-EN0xaMw3FxLdiF8to16UmDEMt6TtklgTgeW2NFB-RYPo9dG"
uses: appleboy/[email protected]
with:
status: ${{ job.status }}
author_name: ${{ github.actor }}
webhook_id: 1098645970016800878
webhook_token: "-ApcSsSQy-Wg-EoDkAEk-EN0xaMw3FxLdiF8to16UmDEMt6TtklgTgeW2NFB-RYPo9dG"
message: "Workflow '${{ github.workflow }}' ${{ job.status }} on branch '${{ github.ref }}'."
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 5cc1d51

Please sign in to comment.