adyya-flake/.forgejo/workflows/flake-update.yaml
Ittihadyya d5a9b7bbcf
Some checks failed
/ nix fmt (push) Failing after 12s
Update .lock file / flake-update (push) Failing after 15s
add flake update workflow and change to use local mirror of actions
2024-11-26 14:18:21 +02:00

28 lines
No EOL
624 B
YAML

name: Update .lock file
on:
push:
branches:
- trunk
schedule:
- cron: '0 2 * * *'
jobs:
flake-update:
steps:
- name: Checkout repository
uses: Ittihadyya/checkout@v4
- name: Install nix
uses: Ittihadyya/nix-installer-action@v16
- name: Update flake.lock
uses: Ittihadyya/update-flake-lock@v24
with:
commit-msg: "Update flake.lock"
pr-title: "Update flake.lock"
pr-body: |
```
{{ env.GIT_COMMIT_MESSAGE }}
```
pr-labels: |
dependencies
automated