From ba1f1e9def1ba474527c09f0f336aa76aab5d333 Mon Sep 17 00:00:00 2001 From: belljun3395 <195850@jnu.ac.kr> Date: Wed, 3 Jul 2024 20:53:23 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20batch-cron=20=EC=8B=A4=ED=96=89=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/batch-cron.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/batch-cron.yml b/.github/workflows/batch-cron.yml index 78a5aceac..31bf70e3f 100644 --- a/.github/workflows/batch-cron.yml +++ b/.github/workflows/batch-cron.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Run batch run: | curl -X 'POST' \ 'https://api.fewletter.site/batch/article' \