Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Feb 23, 2024
1 parent e5df5c1 commit 72d14f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ jobs:
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1
- id: Finalize
uses: speakeasy-api/sdk-generation-action@v14.44
uses: speakeasy-api/sdk-generation-action@v14
with:
github_access_token: ${{ secrets.github_access_token }}
languages: ${{ inputs.languages }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ outputs:
description: "The location of the OpenAPI document used for generation"
runs:
using: "docker"
image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v14.44"
image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v14"
env:
SPEAKEASY_API_KEY: ${{ inputs.speakeasy_api_key }}
SPEAKEASY_SERVER_URL: ${{ inputs.speakeasy_server_url }}
Expand Down

0 comments on commit 72d14f7

Please sign in to comment.