From 702b104430441d18921156b1a1499421085fa7f8 Mon Sep 17 00:00:00 2001 From: silver Date: Wed, 7 Aug 2024 09:06:09 +0000 Subject: [PATCH] ci: more changes to see if this will help Signed-off-by: silver --- .forgejo/workflows/update_input.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/update_input.yaml b/.forgejo/workflows/update_input.yaml index 320bc51..8a62c4f 100644 --- a/.forgejo/workflows/update_input.yaml +++ b/.forgejo/workflows/update_input.yaml @@ -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