From 351e9a090844c43eae1cdc8dcc6f41f0ee631ab7 Mon Sep 17 00:00:00 2001 From: Alex <12645087+lzadjsf@users.noreply.github.com> Date: Tue, 06 Sep 2022 11:20:15 +0000 Subject: [PATCH] Update autogen-js-types.yml --- --- 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 }} - + ssh: true + - name: Stop running containers if: always() # run this step always run: docker-compose -f ".docker/docker-compose-dev.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" down -- gitstuff