Skip to content

Supported heights of CCP v2 widget does not match the documentation #3

Supported heights of CCP v2 widget does not match the documentation

Supported heights of CCP v2 widget does not match the documentation #3

Workflow file for this run

# This workflow sends a message whenever an issue is opened/closed
#
# You can adjust the behavior by modifying this file.
name: Send GitHub Action trigger data to Slack workflow
on:
issues:
types:
- opened
- closed
jobs:
slack:
runs-on: ubuntu-latest
name: Trigger slack workflow
steps:
- name: slack-send
id: slack
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}