diff --git a/.forgejo/workflows/publish-patch.yaml b/.forgejo/workflows/publish-patch.yaml index d6ce054..f1ff91e 100644 --- a/.forgejo/workflows/publish-patch.yaml +++ b/.forgejo/workflows/publish-patch.yaml @@ -49,8 +49,8 @@ jobs: - name: Clone Stirling-PDF Repository run: | - echo "Latest tag: $needs.check-latest-tag.outputs.latest_tag" - git clone --branch ${{ needs.check-latest-tag.outputs.latest_tag }} --depth 1 https://github.com/Stirling-Tools/Stirling-PDF.git + echo "Latest tag: ${{ needs.check-latest-tag.outputs.latest_tag }}" + git clone --branch "${{ needs.check-latest-tag.outputs.latest_tag }}" --depth 1 https://github.com/Stirling-Tools/Stirling-PDF.git - name: Apply Patches run: |