refactor: html 테그 클래스 지정 반영 #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |