From ff2c5cb2a19eefe51b23bdf511068a52d9485b37 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Tue, 06 Sep 2022 14:06:59 +0000 Subject: [PATCH] Merger upstream --- --- a/.github/workflows/autogen-js-types.yml +++ b/.github/workflows/autogen-js-types.yml @@ -121,12 +121,12 @@ git commit -m "chore: regenerate types" - name: Push changes - working-directory: tests/unique-types-js uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.ref }} repository: 'UniqueNetwork/unique-types-js' + ssh: true - name: Stop running containers if: always() # run this step always -- gitstuff