Skip to content

fix: several small fixes to minor issues that were reported #166

fix: several small fixes to minor issues that were reported

fix: several small fixes to minor issues that were reported #166

name: Version
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Discord notification
uses: rguillaume/[email protected]
with:
webhook: ${{ secrets.UPDATES_WEBHOOK }}
embed: '{"title": "Update: ${{ github.event.repository.name }}-dev", "description": ${{ toJSON(github.event.head_commit.message) }}, "footer": {"text": "Committer: ${{ github.event.head_commit.author.username }}"}, "color": "16777215"}'