Skip to content

Daily CLI

Daily CLI #219

Workflow file for this run

name: Daily CLI
on:
schedule:
# every day at 10:00 JST (01:00 UTC)
- cron: '0 1 * * *'
workflow_dispatch:
jobs:
call-reusable:
uses: ./.github/workflows/cli_runner.yml
with:
cli_command: daily
schedule_title: 'Daily CLI'
color: '#FF0000'
secrets: inherit