Skip to content

readme-updater

readme-updater #308

name: readme-updater
on:
schedule:
- cron: '0 */12 * * *'
workflow_dispatch:
jobs:
update-sources:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: ./scripts/readme-updater.sh
- uses: stefanzweifel/[email protected]
with:
commit_message: "ci: Update README.md"