Skip to content

refactor: html 테그 클래스 지정 반영 #14

refactor: html 테그 클래스 지정 반영

refactor: html 테그 클래스 지정 반영 #14

Workflow file for this run

name: Batch Cron
on:
schedule:
# 매 오전 8시에 실행
- cron: '0 8 * * *'
workflow_dispatch:
jobs:
code-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
run: |
curl -X 'POST' \
'https://api.fewletter.site/batch/article' \
-H 'accept: application/json' \
-H 'Content-Type: application/json'