Skip to content

Commit

Permalink
new test for emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
archive committed Jun 2, 2024
1 parent 2bdeece commit 3c91a24
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/14-slack-message-icon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: test-1-slack-notification-with-optional-parameters

on: [push]

jobs:
slack-action:
#if: ${{ false }}
runs-on: ubuntu-20.04
name: Test 14 [ubuntu-20.04]

steps:
- name: Send Slack Message
uses: archive/github-actions-slack@master
id: send-message
with:
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
slack-channel: C075RQRGDC7
slack-text: "Test 14 - :cold_face: x :fire: = :grinning_face:"
##slack-optional-icon_emoji: ":fire:"

0 comments on commit 3c91a24

Please sign in to comment.