git.delta.rocks / unique-network / refs/commits / 0cad1649d94e

difftreelog

try

Alexander Aksenov2022-09-06parent: #20c3f35.patch.diff
in: master

1 file changed

modified.github/workflows/autogen-js-types.ymldiffbeforeafterboth
89 yarn install89 yarn install
90 yarn polkadot-types90 yarn polkadot-types
9191
92 - name: Checkou repo UniqueNetwork/unique-types-js92 - name: Checkout repo UniqueNetwork/unique-types-js
93 uses: actions/checkout@v393 uses: actions/checkout@v3
94 with:94 with:
95 repository: 'UniqueNetwork/unique-types-js'95 repository: 'UniqueNetwork/unique-types-js'
126 - name: Push changes127 - name: Push changes
127 uses: ad-m/github-push-action@master128 uses: ad-m/github-push-action@master
128 with:129 with:
129 github_token: ${{ secrets.GITHUB_TOKEN }}130# github_token: ${{ secrets.GITHUB_TOKEN }}
130 branch: ${{ matrix.branch }}131 branch: ${{ matrix.branch }}
131 repository: 'UniqueNetwork/unique-types-js'132 repository: 'UniqueNetwork/unique-types-js'
132 ssh: true133# ssh: true
133134
134 - name: Stop running containers135 - name: Stop running containers
135 if: always() # run this step always136 if: always() # run this step always