add .mp4 endpoint so discord can parse the og video tag #257
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/discord-commits@v1.6 | |
with: | |
webhook: ${{ secrets.DISCORD_WEBHOOK }} | |
template: 'plain-author' | |
include-extras: true |