Skip to content

Commit

Permalink
Update name of the typescript module in CI
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.
  • Loading branch information
michalinacienciala committed Jul 18, 2023
1 parent e62c262 commit 18d4254
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 18d4254

Please sign in to comment.