Skip to content

fix: tweaks to Stripe connect onboarding #113

fix: tweaks to Stripe connect onboarding

fix: tweaks to Stripe connect onboarding #113

name: Version
on:
push:
branches: [dev]
pull_request:
branches: [dev]
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"}'