Remove extra curly brace
Some checks failed
Build and Patch Releases / check-latest-tag (push) Successful in 2s
Build and Patch Releases / build (push) Failing after 14s

This commit is contained in:
Sean Greenawalt 2025-09-19 18:46:14 -04:00
commit d55f44ed73

View file

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