From 929ed97ffcbd02ab3f9ea2ab65cb1d4460f4c121 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sun, 9 Mar 2025 13:58:50 +0900 Subject: [PATCH] add actions --- .github/workflows/create-csv.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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