mochi/.forgejo/workflows/update_lock.yaml
Joseph Hanson 2b5c0e4a3f
Some checks failed
update-flake-lock / lockfile (push) Failing after 20s
Host the action so I can change the third party action urls.
2024-08-16 17:01:49 -05:00

27 lines
795 B
YAML

name: update-flake-lock
on:
# workflow_dispatch: # allows manual triggering
# schedule:
# - cron: '0 0 * * *' # daily at midnight
push:
branches:
- main
paths:
- ".forgejo/workflows/update_lock.yaml"
jobs:
lockfile:
runs-on: docker
steps:
- name: Checkout repository
uses: https://github.com/actions/checkout@v4
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: ./.forgejo/actions/update-flake-lock
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated
inputs: nixpkgs nixpkgs-unstable