git.delta.rocks / unique-network / refs/commits / d50b1a1c09d5

difftreelog

test polkadot-types workflow

Unique2022-12-22parent: #c4370a6.patch.diff
in: master

2 files changed

modified.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/
modifiedtests/scripts/generate_types_package.shdiffbeforeafterboth
6TEMPLATE=$DIR/types_template6TEMPLATE=$DIR/types_template
7GIT_REPO=git@github.com:UniqueNetwork/unique-types-js.git7GIT_REPO=git@github.com:UniqueNetwork/unique-types-js.git
88
9git 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"
1111
12. $DIR/functions.sh12. $DIR/functions.sh
1313