Skip to content

Commit

Permalink
Update name of the typescript module in CI (#666)
Browse files Browse the repository at this point in the history
Some time ago (in keep-network/ci#42) we've
changed the name of the CI module deploying Typescript bindings, but
we've never updated that name in the `typescript.yml` workflow.

Ref:
keep-network/ci#42
  • Loading branch information
lukasz-zimnoch authored Oct 24, 2023
2 parents 585b3a9 + 8450e71 commit 6f8ae4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
with:
module: "github.com/keep-network/tbtc-v2.ts"
module: "github.com/keep-network/typescript"
url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
environment: ${{ github.event.inputs.environment }}
upstream_builds: ${{ github.event.inputs.upstream_builds }}
Expand Down

0 comments on commit 6f8ae4e

Please sign in to comment.