Skip to content

test PR

test PR #7

name: Notify Code Path Changes
on:
pull_request:
paths:
- '**'
env:
EMAIL_USERNAME: ${{ secrets.EMAIL_USERNAME }}
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Run Notification Script
run: |
chmod +x test/send_notification_on_change.sh
./test/send_notification_on_change.sh