Skip to content

Commit

Permalink
chore: use v15-test
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-crumbaugh committed Apr 17, 2024
1 parent 15314c0 commit 71614c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/workflow-executor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
uses: smorimoto/tune-github-hosted-runner-network@v1
- id: run-workflow
name: Run Generation Workflow
uses: speakeasy-api/sdk-generation-action@v15
uses: speakeasy-api/sdk-generation-action@v15-test
with:
speakeasy_version: ${{ inputs.speakeasy_version }}
github_access_token: ${{ secrets.github_access_token }}
Expand All @@ -152,7 +152,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- id: log-result
name: Log Generation Output
uses: speakeasy-api/sdk-generation-action@v15
uses: speakeasy-api/sdk-generation-action@v15-test
if: always()
with:
speakeasy_version: ${{ inputs.speakeasy_version }}
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- id: log-result
uses: speakeasy-api/sdk-generation-action@v15
uses: speakeasy-api/sdk-generation-action@v15-test
if: always()
with:
speakeasy_version: ${{ inputs.speakeasy_version }}
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- id: log-result
uses: speakeasy-api/sdk-generation-action@v15
uses: speakeasy-api/sdk-generation-action@v15-test
if: always()
with:
speakeasy_version: ${{ inputs.speakeasy_version }}
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- id: log-result
uses: speakeasy-api/sdk-generation-action@v15
uses: speakeasy-api/sdk-generation-action@v15-test
if: always()
with:
speakeasy_version: ${{ inputs.speakeasy_version }}
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- id: log-result
uses: speakeasy-api/sdk-generation-action@v15
uses: speakeasy-api/sdk-generation-action@v15-test
if: always()
with:
speakeasy_version: ${{ inputs.speakeasy_version }}
Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- id: log-result
uses: speakeasy-api/sdk-generation-action@v15
uses: speakeasy-api/sdk-generation-action@v15-test
if: always()
with:
speakeasy_version: ${{ inputs.speakeasy_version }}
Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- id: log-result
uses: speakeasy-api/sdk-generation-action@v15
uses: speakeasy-api/sdk-generation-action@v15-test
if: always()
with:
speakeasy_version: ${{ inputs.speakeasy_version }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ outputs:
description: "The location of the OpenAPI document used for generation"
runs:
using: "docker"
image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v15"
image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v15-test"
env:
SPEAKEASY_API_KEY: ${{ inputs.speakeasy_api_key }}
SPEAKEASY_SERVER_URL: ${{ inputs.speakeasy_server_url }}
Expand Down

0 comments on commit 71614c7

Please sign in to comment.