From 99b2ba14779991cb5343d9c93e4b18126647fc95 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 21 Aug 2024 03:20:56 +0100 Subject: [PATCH] ci: update input now works on everything --- .forgejo/workflows/update_input.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update_input.yaml b/.forgejo/workflows/update_input.yaml index 5cea57f..8e13da6 100644 --- a/.forgejo/workflows/update_input.yaml +++ b/.forgejo/workflows/update_input.yaml @@ -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: