make encoding list more like real encoding list #195
This file contains 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: Discord | |
on: | |
- push | |
jobs: | |
disord_test_message: | |
runs-on: ubuntu-latest | |
name: discord commits | |
steps: | |
- name: Discord Commits | |
uses: Sniddl/[email protected] | |
with: | |
webhook: ${{ secrets.DISCORD_WEBHOOK }} | |
template: 'plain-author' | |
include-extras: true |