fix: script name and failure email

This commit is contained in:
Michal Szczepanski 2023-02-01 15:27:35 +01:00
parent 5a7896d608
commit 2559749397
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Create local changes
run: |
python ceidg.py
python ecb.py
- name: Commit files
run: |
git config --local user.email "github.action@vane.pl"
git config --local user.email "michal@vane.pl"
git config --local user.name "GitHub Action"
git add data
git commit -m "Update data" -a