Finalize flake-lock update CI
This commit is contained in:
parent
c40884f1e7
commit
a883946bc2
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
||||||
on: [push]
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '@hourly'
|
||||||
jobs:
|
jobs:
|
||||||
flake-lock-update:
|
flake-lock-update:
|
||||||
runs-on: nixos-latest
|
runs-on: nixos-latest
|
||||||
|
@ -6,7 +8,7 @@ jobs:
|
||||||
- run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim
|
- run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
git config --global user.name "Vili Sinervä"
|
git config --global user.name 'Vili Sinervä'
|
||||||
git config --global user.email "vili.m.sinerva@gmail.com"
|
git config --global user.email 'vili.m.sinerva@gmail.com'
|
||||||
- run: nix --experimental-features 'nix-command flakes' flake update --commit-lock-file
|
- run: nix --experimental-features 'nix-command flakes' flake update --commit-lock-file
|
||||||
- run: git push
|
- run: git push
|
Loading…
Add table
Add a link
Reference in a new issue