Compare commits
1 commit
0b07c37d93
...
6d0989f44f
Author | SHA1 | Date | |
---|---|---|---|
6d0989f44f |
1 changed files with 3 additions and 4 deletions
|
@ -26,15 +26,14 @@ jobs:
|
|||
update-lockfile:
|
||||
needs: [check build]
|
||||
runs-on: nixos
|
||||
if: github.event_name == 'schedule'
|
||||
# if: github.event_name == 'schedule'
|
||||
steps:
|
||||
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
||||
- run: nix --version
|
||||
- run: nix flake update
|
||||
- name: nix flake update
|
||||
run: |
|
||||
git config user.name 'forgejo-actions'
|
||||
git config user.email 'forgejo-actions@noreply.salame.cl'
|
||||
nix flake update --commit-lock-file --option commit-lockfile-summary '[chore] flake.lock: update inputs'
|
||||
- run: nix flake check --keep-going --verbose
|
||||
- run: git push
|
||||
nix flake check --keep-going --verbose
|
||||
git show
|
||||
|
|
Loading…
Add table
Reference in a new issue