[fix] ci: scheduled update not working #34
1 changed files with 2 additions and 3 deletions
|
@ -30,11 +30,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
- run: nix flake update
|
|
||||||
- name: nix flake update
|
- name: nix flake update
|
||||||
run: |
|
run: |
|
||||||
git config user.name 'forgejo-actions'
|
git config user.name 'forgejo-actions'
|
||||||
git config user.email 'forgejo-actions@noreply.salame.cl'
|
git config user.email 'forgejo-actions@noreply.salame.cl'
|
||||||
nix flake update --commit-lock-file --option commit-lockfile-summary '[chore] flake.lock: update inputs'
|
nix flake update --commit-lock-file --option commit-lockfile-summary '[chore] flake.lock: update inputs'
|
||||||
- run: nix flake check --keep-going --verbose
|
nix flake check --keep-going --verbose
|
||||||
- run: git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue