ci: more changes to see if this will help

Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
silver 2024-08-07 09:06:09 +00:00
parent 6236d255bf
commit 702b104430

View file

@ -19,6 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PIPELINE_TOKEN }}
- run: nix flake lock --update-input "${{ inputs.input_to_update }}"
shell: bash
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5