From c385ccf4101a9bf2e3f3016535c910d84cf96683 Mon Sep 17 00:00:00 2001 From: Kasia Date: Tue, 23 Mar 2021 17:03:32 +0000 Subject: [PATCH] fix yaml syntax --- .github/workflows/schedule.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 3643cae..9323358 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -21,8 +21,8 @@ jobs: 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: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: main + - name: Push changes + uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + branch: main