Add workflow #1
1 changed files with 2 additions and 2 deletions
commit
140f5b40e9
|
|
@ -49,8 +49,8 @@ jobs:
|
||||||
|
|
||||||
- name: Clone Stirling-PDF Repository
|
- name: Clone Stirling-PDF Repository
|
||||||
run: |
|
run: |
|
||||||
echo "Latest tag: $needs.check-latest-tag.outputs.latest_tag"
|
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
|
git clone --branch "${{ needs.check-latest-tag.outputs.latest_tag }}" --depth 1 https://github.com/Stirling-Tools/Stirling-PDF.git
|
||||||
|
|
||||||
- name: Apply Patches
|
- name: Apply Patches
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue