nix-configs/.forgejo/workflows/update.yml
cdombroski a5275a9956
Some checks failed
/ lockfile (push) Failing after 15s
Update .forgejo/workflows/update.yml
2024-04-24 21:32:06 -04:00

12 lines
No EOL
375 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/installer-nix-action@main
- run: 'set -x; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push'