diff --git a/.github/workflows/create-csv.yml b/.github/workflows/create-csv.yml index d9fb7688..a5faf815 100644 --- a/.github/workflows/create-csv.yml +++ b/.github/workflows/create-csv.yml @@ -39,6 +39,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - if (git log -1 --pretty=%B) -eq "Automated update" { - git push origin main - } \ No newline at end of file + git push origin main