Fix SDK checkout (#528)

This commit is contained in:
Ross Savage
2024-10-14 10:58:32 +02:00
committed by GitHub
parent 8a8fd922e3
commit 45281fb7e5

View File

@@ -38,6 +38,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ${{ inputs.repository || github.repository }}
ref: ${{ inputs.ref || github.sha }}
path: build
- name: Checkout breez-sdk-liquid-swift repo