From 0c4216b8f34bff4c96dc9b5aabadd2a07cbfe515 Mon Sep 17 00:00:00 2001 From: belljun3395 <195850@jnu.ac.kr> Date: Wed, 26 Jun 2024 19:40:44 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=9E=84=EC=8B=9C=20batch-cron=20?= =?UTF-8?q?=EA=B5=AC=ED=98=84=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 933bc9740..46c767189 100644 --- a/.github/workflows/batch-cron.yml +++ b/.github/workflows/batch-cron.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Batch Article run: | curl -X 'POST' \ 'https://api.fewletter.site/batch/article' \