Skip to content

Commit

Permalink
feat: test suplicate change summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed May 9, 2024
1 parent f86aa1a commit 58d453f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-executor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,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.10.0
with:
speakeasy_version: ${{ inputs.speakeasy_version }}
github_access_token: ${{ secrets.github_access_token }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ outputs:
description: "The name of the publishing registry"
runs:
using: "docker"
image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v15"
image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v15.10.0"
env:
SPEAKEASY_API_KEY: ${{ inputs.speakeasy_api_key }}
SPEAKEASY_SERVER_URL: ${{ inputs.speakeasy_server_url }}
Expand Down
3 changes: 3 additions & 0 deletions internal/cli/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ func Run(sourcesOnly bool, installationURLs map[string]string, repoURL string, r
// and won't be available first run
changeSummary, _ := os.ReadFile(file.Name())

fmt.Println("CHANGE SUMMARY")
fmt.Println(string(changeSummary))

fmt.Println(out)
return &RunResults{
LintingReportURL: lintingReportURL,
Expand Down

0 comments on commit 58d453f

Please sign in to comment.