Fix debugging
This commit is contained in:
parent
361be6c6cb
commit
140f5b40e9
1 changed files with 2 additions and 2 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue