Skip to content

Commit 0efdeeb

Browse files
authored
Update run_auto_notify.yml
1 parent eca3423 commit 0efdeeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_auto_notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run auto_notify.py on input_data.yaml changes
33
on:
44
push:
55
paths:
6-
- trans.yaml
6+
- input_data.yaml
77

88
jobs:
99
run-script:
@@ -27,7 +27,7 @@ jobs:
2727
SENDER_EMAIL: ${{ secrets.SENDER_EMAIL }}
2828
SENDER_PASSWORD: ${{ secrets.SENDER_PASSWORD }}
2929
RECIPIENT_EMAIL: ${{ secrets.RECIPIENT_EMAIL }}
30-
run: python mmain.py
30+
run: python auto_notify.py
3131
- name: Push updated xml file back to repo
3232
run: |
3333
git config --global user.name "${{ secrets.USERNAME }}"

0 commit comments

Comments
 (0)