From fa4ec85ac52c2bba9199444e6d8f78740d4cf018 Mon Sep 17 00:00:00 2001 From: alvseven Date: Mon, 20 Apr 2026 13:40:49 -0300 Subject: [PATCH] fix: sanitize workflow inputs --- .github/workflows/api-sync-merged.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/api-sync-merged.yml b/.github/workflows/api-sync-merged.yml index 27f549c..9ec73b6 100644 --- a/.github/workflows/api-sync-merged.yml +++ b/.github/workflows/api-sync-merged.yml @@ -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