We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042fad1 commit 116c4b7Copy full SHA for 116c4b7
.github/workflows/speakeasy_sdk_generation.yml
@@ -15,11 +15,9 @@ permissions:
15
- cron: 0 0 * * *
16
jobs:
17
generate:
18
- runs-on: ubuntu-latest
+ uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
19
container:
20
image: python:3.11-slim
21
- name: Generate SDK
22
- uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
23
with:
24
force: ${{ github.event.inputs.force }}
25
mode: pr
0 commit comments