fix: use PR mode for spec-change SDK generation (#329)

This commit is contained in:
Christine Chen
2026-06-17 15:07:36 -04:00
committed by GitHub
@@ -28,7 +28,7 @@ jobs:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
force: ${{ github.event.inputs.force }}
mode: direct
mode: pr
set_version: ${{ github.event.inputs.set_version }}
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}