Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/api-sync-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.SDK_SYNC_PAT }}
run: |
# Fetch the current openapi.json from blindpay-v2 at the source SHA
# and store it as the new baseline on api-sync-data branch
SOURCE_SHA="${{ github.event.pull_request.body }}"

git fetch origin api-sync-data 2>/dev/null || true

# Create a temporary worktree for the api-sync-data branch
Expand Down
Loading