ci: more changes to see if this will help
Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
parent
6236d255bf
commit
702b104430
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: ${{ github.head_ref }}
|
||||||
|
token: ${{ secrets.PIPELINE_TOKEN }}
|
||||||
- run: nix flake lock --update-input "${{ 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