Skip to content

Add dropdown

Add dropdown #2

Workflow file for this run

name: "Update binaries"

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

View workflow run for this annotation

GitHub Actions / .github/workflows/update.yml

Invalid workflow file

invalid `cron` attribute "0 0 * *"
on:
schedule:
# run at midnight
- cron: "0 0 * *"
push:
paths:
- "data/firmwareRepositories.csv"
- "data/read.sh"
workflow_dispatch:
jobs:
update-binaries:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Check if new release
id: repos
run: |
cd data/
./read.sh
- uses: stefanzweifel/git-auto-commit-action@v5
with:
token: ${{ secrets.PAT }}
commit_message: Firmware update changes