adyya-flake/.forgejo/workflows/flake-update.yaml
Ittihadyya f6f4611c2b
Some checks failed
Update .lock file / flake-update (push) Has been cancelled
/ nix fmt (push) Failing after 1m40s
try with the other one ?
2024-11-26 14:48:08 +02:00

32 lines
No EOL
860 B
YAML

name: Update .lock file
on:
push:
branches:
- trunk
schedule:
- cron: '0 2 * * *'
jobs:
flake-update:
steps:
- name: Checkout repository
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
- name: Install nix
uses: https://git.collective-conciousness.monster/Ittihadyya/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Update flake.lock
uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24
with:
commit-msg: "Update flake.lock"
pr-title: "Update flake.lock"
pr-body: |
```
{{ env.GIT_COMMIT_MESSAGE }}
```
this is an automated action
pr-labels: |
dependencies
automated