Add debug logs to see which contribute to "version from Modrinth" #99
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Issues notify | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| - labeled | |
| - unlabeled | |
| - closed | |
| pull_request_target: | |
| types: | |
| - closed | |
| jobs: | |
| notify: | |
| if: github.repository_owner == 'itzg' | |
| uses: itzg/github-workflows/.github/workflows/issues-notify-discord.yml@main | |
| secrets: | |
| discordWebhook: "${{secrets.DISCORD_ISSUES_WEBHOOK}}" |