diff --git a/.forgejo/workflows/update_input.yaml b/.forgejo/workflows/update_input.yaml index 5004979..cf2ac5c 100644 --- a/.forgejo/workflows/update_input.yaml +++ b/.forgejo/workflows/update_input.yaml @@ -24,7 +24,7 @@ jobs: with: ref: ${{ github.head_ref }} token: ${{ secrets.PIPELINE_TOKEN }} - - run: nix flake lock --update-input "${{ inputs.input_to_update }}" + - run: nix flake update "${{ inputs.input_to_update }}" shell: bash - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 with: