From be29c3c175f481987b310379c71153c8680f0ee8 Mon Sep 17 00:00:00 2001 From: Kasia Date: Tue, 23 Mar 2021 16:57:59 +0000 Subject: [PATCH] edit commit code --- .github/workflows/schedule.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 1849de9..8fac949 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -18,10 +18,9 @@ jobs: bash ./data-raw/update-data.sh - name: Commit files run: | - git config --global user.name 'Kasia' - git config --global user.email 'katarzyna.kulma@gmail.com' - git add data/* - git commit -m "Auto update of the daily data" + git config --local user.name 'Kasia' + git config --local user.email 'katarzyna.kulma@gmail.com' + git commit -m "Auto update of the daily data" -a - name: Push changes uses: ad-m/github-push-action@master with: