Skip to content

big brain bs

big brain bs #940

Workflow file for this run

name: update awesome-stars

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

invalid `cron` attribute "0 10 * * 6-7"
on:
workflow_dispatch:
schedule:
- cron: 0 10 * * 6-7
jobs:
awesome-stars:
name: update awesome-stars
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install starred
- name: update repo
env:
TOKEN: ${{ secrets.TOKEN }}
run: starred --username umgbhalla --repository starred --sort --token ${TOKEN} --message 'updated stars'