Skip to content

Commit

Permalink
fix: link the right file
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Jun 14, 2024
1 parent 3c56a06 commit 6ed54d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-sdk-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version-file: ./website/.ci/go.mod
check-latest: true
- run: go run ./website/.ci/update-sdk-versions.go
- run: go run ./website/.ci/sdkVersions.go
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "docs(website): update SDK versions"

0 comments on commit 6ed54d4

Please sign in to comment.