Skip to content

Commit 9f71b9e

Browse files
chore: upgrade to latest action
1 parent 2fdfced commit 9f71b9e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/generation.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
name: Generate
22

33
on:
4-
workflow_dispatch: {}
4+
workflow_dispatch:
5+
inputs:
6+
force:
7+
description: "Force the generation of the SDKs"
8+
type: boolean
9+
default: false
510
schedule:
611
- cron: 0 0 * * *
712

813
jobs:
914
generate:
10-
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v9
15+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v10
1116
with:
1217
speakeasy_version: latest
1318
openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
1419
languages: |-
1520
- python
1621
publish_python: true
22+
force: ${{ github.event.inputs.force }}
1723
secrets:
1824
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1925
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)