mochi/.forgejo/workflows/update_lock.yaml

28 lines
800 B
YAML
Raw Normal View History

2024-08-13 07:37:33 -05:00
name: update-flake-lock
on:
2024-08-13 19:11:35 -05:00
# workflow_dispatch: # allows manual triggering
# schedule:
# - cron: '0 0 * * *' # daily at midnight
push:
branches:
- main
paths:
- ".forgejo/workflows/update_lock.yaml"
2024-08-13 07:37:33 -05:00
jobs:
lockfile:
2024-08-13 19:15:54 -05:00
runs-on: docker
2024-08-13 07:37:33 -05:00
steps:
- name: Checkout repository
uses: https://github.com/actions/checkout@v4
2024-08-13 19:15:54 -05:00
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
2024-08-13 07:37:33 -05:00
- name: Update flake.lock
uses: https://github.com/DeterminateSystems/update-flake-lock@main
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