We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca3423 commit 0efdeebCopy full SHA for 0efdeeb
1 file changed
.github/workflows/run_auto_notify.yml
@@ -3,7 +3,7 @@ name: Run auto_notify.py on input_data.yaml changes
3
on:
4
push:
5
paths:
6
- - trans.yaml
+ - input_data.yaml
7
8
jobs:
9
run-script:
@@ -27,7 +27,7 @@ jobs:
27
SENDER_EMAIL: ${{ secrets.SENDER_EMAIL }}
28
SENDER_PASSWORD: ${{ secrets.SENDER_PASSWORD }}
29
RECIPIENT_EMAIL: ${{ secrets.RECIPIENT_EMAIL }}
30
- run: python mmain.py
+ run: python auto_notify.py
31
- name: Push updated xml file back to repo
32
run: |
33
git config --global user.name "${{ secrets.USERNAME }}"
0 commit comments