Skip to content

Release/3.3.0 (#472) #51

Release/3.3.0 (#472)

Release/3.3.0 (#472) #51

# This is a basic workflow to help you get started with Actions
name: Discord Notification
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ master ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
notify:
name: Discord Notification
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: fateyan/action-discord-notifier@v1.2.0
with:
message-title: New Deploy for Craft Translations
webhook: ${{ secrets.DISCORD_WEBHOOK }}