Skip to content

auto_lang

auto_lang #13

Workflow file for this run

name: 定时任务
on:
schedule:
- cron: '* * * * *' # 每分钟运行一次
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 打印当前时间
run: echo "当前时间是 $(date)"