fix: update command
Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
parent
ec8909a289
commit
3f6ad484a8
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: nix flake update "${{ inputs.input_to_update }}"
|
- run: nix flake lock --update-input "${{ inputs.input_to_update }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
Loading…
Reference in a new issue