🔄 synced local '.github/' with remote 'repo-template/.github/'

This commit is contained in:
qbox-duck[bot]
2023-12-06 01:30:31 +00:00
committed by GitHub
parent 9524752773
commit 9adddf9631
2 changed files with 18 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
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/checkout@v4.1.1
- name: Discord Webhook
uses: ChatDisabled/discord-commits@main
with:
id: ${{ secrets.WEBHOOK_ID }}
token: ${{ secrets.WEBHOOK_TOKEN }}