Skip to content

Commit

Permalink
Merge pull request #322 from move4mobile/develop
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
mschilling authored Oct 20, 2022
2 parents 190a0bc + 8d90ce2 commit 08b9141
Show file tree
Hide file tree
Showing 6 changed files with 3,585 additions and 1,298 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/slack-notify-verification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Slack Notification Verify

on:
workflow_dispatch:

jobs:
notify_test:
name: Slack Notify

runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Slack Notification
uses: rtCamp/action-slack-notify@master
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: geekbites
SLACK_USERNAME: 'M4M Bot'
SLACK_ICON: 'https://github.com/move4mobile.png?size=48'
SLACK_TITLE: 'Geekbites nightly'
SLACK_MESSAGE: 'Slack notifications are working :tada:'
SLACK_FOOTER: ':robot_face:'
MSG_MINIMAL: true
# Docs / info
# Used actions:
# - https://github.com/marketplace/actions/slack-notify
Loading

0 comments on commit 08b9141

Please sign in to comment.