fmt: cleanup
This commit is contained in:
parent
ceabb5261a
commit
5f86d0ec99
4 changed files with 12 additions and 10 deletions
|
|
@ -1,16 +1,14 @@
|
|||
on:
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 */6 * * *
|
||||
|
||||
jobs:
|
||||
UpdateFlake:
|
||||
runs-on: native
|
||||
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Update flake
|
||||
run: |
|
||||
run: |
|
||||
cd ${{ env.FORGEJO_WORKSPACE }}
|
||||
nix flake update
|
||||
- name: Commit new Flake.lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue