Skip to content

hotfix: attach the proxy-headers value to CANDIG_PRODUCTION_MODE #5

hotfix: attach the proxy-headers value to CANDIG_PRODUCTION_MODE

hotfix: attach the proxy-headers value to CANDIG_PRODUCTION_MODE #5

Workflow file for this run

name: Slack Notify on example.env Update
on:
pull_request:
branches:
- develop
types:
- closed
paths:
- "etc/env/example.env"
jobs:
notify-slack:
name: Slack notify
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- name: post to slack
id: slack
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}