Skip to content

Commit

Permalink
Fix SDK checkout (#528)
Browse files Browse the repository at this point in the history
(cherry picked from commit 45281fb)
  • Loading branch information
dangeross authored and roeierez committed Oct 14, 2024
1 parent 31fcfaa commit 0a66f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a66f4c

Please sign in to comment.