Skip to content

stop workflow

stop workflow #21

Workflow file for this run

name: update awesome-stars

Check failure on line 1 in .github/workflows/schedules.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/schedules.yml

Invalid workflow file

invalid `cron` attribute "60 0 * * *"
on:
workflow_dispatch:
schedule:
- cron: 60 0 * * *
jobs:
awesome-stars:
name: update awesome-stars
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'