Skip to content

Commit 116c4b7

Browse files
committed
Remove the name field
1 parent 042fad1 commit 116c4b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/speakeasy_sdk_generation.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ permissions:
1515
- cron: 0 0 * * *
1616
jobs:
1717
generate:
18-
runs-on: ubuntu-latest
18+
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
1919
container:
2020
image: python:3.11-slim
21-
name: Generate SDK
22-
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
2321
with:
2422
force: ${{ github.event.inputs.force }}
2523
mode: pr

0 commit comments

Comments
 (0)