Update .forgejo/workflows/update.yml
This commit is contained in:
parent
e8de6fd1be
commit
ea55e4b279
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: master
|
||||||
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
- run: 'git config --unset-all extensions.worktreeconfig'
|
- run: 'git config --unset-all extensions.worktreeconfig'
|
||||||
- run: 'nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"'
|
- run: 'nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"'
|
||||||
|
|
Loading…
Reference in a new issue