Skip to content

少し修正

少し修正 #3

Workflow file for this run

name: Schedule Batch Job
on:
# Runs every 10 minutes from 20:00 to 20:50 UTC, which is 05:00 to 05:50 JST
schedule:
- cron: '0/10 20 * * *'
# manual trigger
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run batch job
env:
BATCH_API_KEY: ${{ secrets.BATCH_API_KEY }}
run: curl -X POST --header 'authorization: $BATCH_API_KEY' 'https://iesona.com/api/batch/questionLog/refine?take=50'

Check failure on line 20 in .github/workflows/batch.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/batch.yaml

Invalid workflow file

You have an error in your yaml syntax on line 20