From eb57664cabf924c797ae22c04ed9fb13a2f9b235 Mon Sep 17 00:00:00 2001 From: silver Date: Wed, 7 Aug 2024 00:05:08 +0000 Subject: [PATCH] fix: set the url of the external plugin correctly Signed-off-by: silver --- .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 978040a..ba604bd 100644 --- a/.forgejo/workflows/update_input.yaml +++ b/.forgejo/workflows/update_input.yaml @@ -19,4 +19,4 @@ jobs: - uses: actions/checkout@v4 - run: nix flake update "${{ inputs.input_to_update }}" shell: bash - - uses: stefanzweifel/git-auto-commit-action@v5 \ No newline at end of file + - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 \ No newline at end of file