Skip to content

Commit

Permalink
discord feed connection
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Oct 15, 2024
1 parent bc17c7d commit 311916e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ jobs:
files: |
WLE/*.ELF
- name: notify on discord
if: github.ref == 'refs/heads/master'
uses: tsickert/discord-webhook@v5.3.0
with:
webhook-url: ${{ secrets.DISCORD_FEED }}
content: |
## wLaunchELF 4.43x_isr has been updated!
### [Download Page](https://israpps.github.io/projects/wlaunchelf-isr)
- name: Create release
if: github.ref == 'refs/heads/master'
uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit 311916e

Please sign in to comment.