difftreelog
test polkadot-types workflow
in: master
2 files changed
.github/workflows/polkadot-types.ymldiffbeforeafterboth--- 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/
tests/scripts/generate_types_package.shdiffbeforeafterboth6TEMPLATE=$DIR/types_template6TEMPLATE=$DIR/types_template7GIT_REPO=git@github.com:UniqueNetwork/unique-types-js.git7GIT_REPO=git@github.com:UniqueNetwork/unique-types-js.git889git config user.name "Unique"9# git config user.name "Unique"10git config user.email "github-actions@usetech.com"10# git config user.email "github-actions@usetech.com"111112. $DIR/functions.sh12. $DIR/functions.sh1313