Skip to content

新增工作流程

新增工作流程 #1

Workflow file for this run

name: Update Comparison List (Latest):

Check failure on line 1 in .github/workflows/Update-Latest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Update-Latest.yml

Invalid workflow file

You have an error in your yaml syntax
on:
workflow_dispatch: {}
schedule:
cron: 0 0 * * *
jobs:
list_generate:
name: List Generate
runs-on: ubuntu-latest
steps:
- name: Run update langauge script
if: github.event.schedule != '30 5 * * 1,3'
run: python .github/scripts/update-language.py
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}