π synced local '.github/' with remote 'repo-template/.github/' #1
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 Commit" | |
on: [push] | |
jobs: | |
report-status: | |
if: github.event.repository.default_branch == github.ref_name | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/[email protected] | |
- name: Discord Webhook | |
uses: ChatDisabled/discord-commits@main | |
with: | |
id: ${{ secrets.WEBHOOK_ID }} | |
token: ${{ secrets.WEBHOOK_TOKEN }} |