Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Update Zen

Update Zen #82

Workflow file for this run

name: Update Zen
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # daily
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- run: ./update.sh
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Update packages"
push_options: '--force'