1
Fork 0
nixos-system-config/.github/workflows/main.yml
2023-07-06 15:29:40 +00:00

26 lines
659 B
YAML

name: "Update flake.lock"
on:
workflow_dispatch:
schedule:
- cron: "0 8 * * *"
jobs:
update_lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v1
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v19
with:
git-author-name: 'caem'
git-author-email: 'caem@dirae.org'
git-committer-name: 'caem'
git-committer-email: 'caem@dirae.org'
pr-title: "Automated: Update flake.lcok"
pr-labels: |
dependencies
automated