From 8f4ef94d410f6f6c5b63c5f804d2855648fab27c Mon Sep 17 00:00:00 2001 From: Jose Javier Alvarez Rodriguez Date: Tue, 16 Jul 2024 11:49:12 +0200 Subject: [PATCH] updated checkout --- .github/workflows/deploy_fleek.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy_fleek.yaml b/.github/workflows/deploy_fleek.yaml index 31ebe6d..8d99c2b 100644 --- a/.github/workflows/deploy_fleek.yaml +++ b/.github/workflows/deploy_fleek.yaml @@ -59,8 +59,12 @@ jobs: if: github.ref == 'refs/heads/develop' strategy: matrix: - environment: ["STAGING"] + environment: ["RINKEBY", "STAGING"] include: + - environment: "RINKEBY" + fleekfile: "rinkeby.json" + environment_name: "rinkeby" + subgraph_name: "" - environment: "STAGING" fleekfile: "staging.json" environment_name: "staging" @@ -117,19 +121,15 @@ jobs: if: github.ref == 'refs/heads/testing-deployment' strategy: matrix: - environment: ["RINKEBY", "STAGING"] + environment: ["STAGING"] include: - - environment: "RINKEBY" - fleekfile: "rinkeby.json" - environment_name: "rinkeby" - subgraph_name: "" - environment: "STAGING" fleekfile: "staging.json" environment_name: "staging" subgraph_name: "staging" environment: ${{ matrix.environment }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install node uses: actions/setup-node@v1 with: