Skip to content

test message

test message #66

Workflow file for this run

name: Build Ruby Gem
on:
push:
branches:
- "issue-152-slack-notify"
jobs:
ci:
uses: ./.github/workflows/ci.yml
build:
needs: ci
runs-on: ubuntu-latest
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
ABC: "PQR"
steps:
- name: Notify Slack
run: echo "SLACK_WEBHOOK_URL is $SLACK_WEBHOOK_URL $ABC"