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