nix-configs/.forgejo/workflows/update.yml
Workflow config file is invalid. Please check your config file: yaml: line 15: mapping values are not allowed in this context

15 lines
471 B
YAML

on:
push:
branches: 'master'
schedule:
- cron: '0 2 * * *'
jobs:
lockfile:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
run: nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push