nix-configs/.forgejo/workflows/update.yml
cdombroski 23338c113e
Some checks failed
/ lockfile (push) Failing after 1m39s
Update .forgejo/workflows/update.yml
2024-04-24 21:37:47 -04:00

12 lines
No EOL
425 B
YAML

on:
push:
branches: 'master'
schedule:
- cron: '0 2 * * *'
jobs:
lockfile:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
- run: 'set -x; git config --unset-all extensions.worktreeconfig; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push'