From d55f44ed73150598cc8cb593801043bb3255e98c Mon Sep 17 00:00:00 2001 From: Sean Greenawalt Date: Fri, 19 Sep 2025 18:46:14 -0400 Subject: [PATCH] Remove extra curly brace --- .forgejo/workflows/publish-patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish-patch.yaml b/.forgejo/workflows/publish-patch.yaml index 40a05b9..4752e73 100644 --- a/.forgejo/workflows/publish-patch.yaml +++ b/.forgejo/workflows/publish-patch.yaml @@ -47,7 +47,7 @@ jobs: - name: Clone Stirling-PDF Repository run: | - git clone --branch ${{ needs.check-latest-tag.outputs.latest_tag }}} --depth 1 https://github.com/Stirling-Tools/Stirling-PDF.git + git clone --branch ${{ needs.check-latest-tag.outputs.latest_tag }} --depth 1 https://github.com/Stirling-Tools/Stirling-PDF.git - name: Apply Patches run: |