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: |