Skip to content

Commit

Permalink
Use new raw webhook POST and fix discord logs
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Nov 12, 2019
1 parent bae1251 commit 0aaf4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
asset_content_type: application/java-archive
- name: Push Changelog to Discord
id: changelog-webhook
uses: joelwmale/webhook-action@master
uses: itsmeow/webhook-action@master
env:
WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
data: ${{ steps.build.outputs.commitlog }}

0 comments on commit 0aaf4ee

Please sign in to comment.