Skip to content

fix(bridge/qb/client): make functions strictly backwards compatible #171

fix(bridge/qb/client): make functions strictly backwards compatible

fix(bridge/qb/client): make functions strictly backwards compatible #171

Workflow file for this run

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 }}