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