From 18d425475fa73389ed6108c796e5dbdd04b90f3f Mon Sep 17 00:00:00 2001 From: Michalina Date: Tue, 18 Jul 2023 16:27:23 +0200 Subject: [PATCH] Update name of the `typescript` module in CI Some time ago (in https://github.com/keep-network/ci/pull/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. --- .github/workflows/typescript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index f4ed3d750..6b891b406 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -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 }}