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

difftreelog

Merger upstream

Alexander Aksenov2022-09-06parents: #187983d #351e9a0.patch.diff
in: master

1 file changed

modified.github/workflows/autogen-js-types.ymldiffbeforeafterboth
121 git commit -m "chore: regenerate types"121 git commit -m "chore: regenerate types"
122122
123 - name: Push changes123 - name: Push changes
124 working-directory: tests/unique-types-js
125 uses: ad-m/github-push-action@master124 uses: ad-m/github-push-action@master
126 with:125 with:
127 github_token: ${{ secrets.GITHUB_TOKEN }}126 github_token: ${{ secrets.GITHUB_TOKEN }}
128 branch: ${{ github.ref }}127 branch: ${{ github.ref }}
129 repository: 'UniqueNetwork/unique-types-js'128 repository: 'UniqueNetwork/unique-types-js'
129 ssh: true
130130
131 - name: Stop running containers131 - name: Stop running containers
132 if: always() # run this step always132 if: always() # run this step always