adyya-flake/.forgejo/workflows/flake-update.yaml
Ittihadyya cfa0a3992c
Some checks failed
/ Update .lock file (push) Successful in 1m43s
/ nix fmt (push) Failing after 1m56s
hm. is id: update needed?
2024-11-26 15:57:07 +02:00

31 lines
No EOL
885 B
YAML

on:
push:
branches:
- trunk
schedule:
- cron: '0 2 * * *'
jobs:
flake-update:
name: "Update .lock file"
steps:
- name: Checkout repository
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
- name: Install Nix
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main
with:
install-url: "https://nixos.org/nix/install"
- name: Update flake.lock
id: update
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