ci: update input now works on everything
Some checks failed
Build_Deploy / build (push) Has been cancelled
Build_Deploy / deploy_dns (push) Has been cancelled
Build_Deploy / deploy_active (active) (push) Has been cancelled
Build_Deploy / deploy_active (active-core) (push) Has been cancelled
Build_Deploy / deploy_active (active-ext) (push) Has been cancelled
Build_Deploy / linter (push) Has been cancelled

This commit is contained in:
silver 2024-08-21 03:20:56 +01:00
parent 36e9e6b76d
commit 99b2ba1477
Signed by: silver
GPG key ID: 0A1071E702CE4B4E

View file

@ -24,7 +24,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PIPELINE_TOKEN }}
- run: nix flake update "${{ 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: