DIG-1854: update clean-authx and init-authx #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} | |