From d50b1a1c09d5551dd18bcf7e9ea835ced1d72e8d Mon Sep 17 00:00:00 2001 From: Unique Date: Thu, 22 Dec 2022 07:19:25 +0000 Subject: [PATCH] test polkadot-types workflow --- --- a/.github/workflows/polkadot-types.yml +++ b/.github/workflows/polkadot-types.yml @@ -78,8 +78,8 @@ run: | yarn install /bin/bash ./scripts/wait_for_first_block.sh - git config user.name "Unique" - git config user.email github-actions@usetech.com + git config --global user.name "Unique" + git config --global user.email github-actions@usetech.com /bin/bash ./scripts/generate_types_package.sh --release ${{ matrix.usage }} env: RPC_URL: http://127.0.0.1:9933/ --- a/tests/scripts/generate_types_package.sh +++ b/tests/scripts/generate_types_package.sh @@ -6,8 +6,8 @@ TEMPLATE=$DIR/types_template GIT_REPO=git@github.com:UniqueNetwork/unique-types-js.git -git config user.name "Unique" -git config user.email "github-actions@usetech.com" +# git config user.name "Unique" +# git config user.email "github-actions@usetech.com" . $DIR/functions.sh -- gitstuff