From 20c3f3560630479a2a80a14fb1f9fdb3eabeab2b Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Tue, 06 Sep 2022 15:17:06 +0000 Subject: [PATCH] get branch from strategy matrix --- --- a/.github/workflows/autogen-js-types.yml +++ b/.github/workflows/autogen-js-types.yml @@ -40,10 +40,13 @@ include: - network: "opal" features: "opal-runtime" + branch: "opal-testnet" - network: "quartz" features: "quartz-runtime" + branch: "quartz-mainnet" - network: "unique" features: "unique-runtime" + branch: "master" steps: - name: Clean Workspace @@ -124,7 +127,7 @@ uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - branch: ${{ github.ref }} + branch: ${{ matrix.branch }} repository: 'UniqueNetwork/unique-types-js' ssh: true -- gitstuff