Skip to content

Merge pull request #473 from AcclaroInc/release/2.2.7 #50

Merge pull request #473 from AcclaroInc/release/2.2.7

Merge pull request #473 from AcclaroInc/release/2.2.7 #50

# 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: [ craft3 ]
# 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(3) Translations
webhook: ${{ secrets.DISCORD_WEBHOOK }}