fix: update command

Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
silver 2024-08-07 00:07:57 +00:00
parent ec8909a289
commit 3f6ad484a8

View file

@ -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