Skip to content

Commit

Permalink
mod update webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed May 9, 2024
1 parent fa1af86 commit d2ee1c0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,11 @@ jobs:
retry-attempts: 2
retry-delay: 10000
fail-mode: skip
fail-mode: skip

- name: Hit mod update webhook
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.MOD_UPDATE_WEBHOOK }}
method: 'GET'
preventFailureOnNoResponse: 'true'

0 comments on commit d2ee1c0

Please sign in to comment.