difftreelog
Merge pull request #672 from UniqueNetwork/fix/ci-warnings
in: master
update xom9ikk@dotenv to v2
11 files changed
.github/workflows/dev-build-tests_v2.ymldiffbeforeafterboth--- a/.github/workflows/dev-build-tests_v2.yml
+++ b/.github/workflows/dev-build-tests_v2.yml
@@ -44,7 +44,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Generate ENV related extend file for docker-compose
uses: cuchi/jinja2-action@v1.2.0
.github/workflows/execution-matrix.ymldiffbeforeafterboth--- a/.github/workflows/execution-matrix.yml
+++ b/.github/workflows/execution-matrix.yml
@@ -29,7 +29,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Create Execution matrix
uses: CertainLach/create-matrix-action@v3
.github/workflows/forkless-update-data_v2.ymldiffbeforeafterboth--- a/.github/workflows/forkless-update-data_v2.yml
+++ b/.github/workflows/forkless-update-data_v2.yml
@@ -29,7 +29,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Create Execution matrix
uses: CertainLach/create-matrix-action@v3
@@ -64,7 +64,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Generate ENV related extend file for docker-compose
uses: cuchi/jinja2-action@v1.2.0
.github/workflows/forkless-update-nodata_v2.ymldiffbeforeafterboth--- a/.github/workflows/forkless-update-nodata_v2.yml
+++ b/.github/workflows/forkless-update-nodata_v2.yml
@@ -30,7 +30,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Create Execution matrix
uses: CertainLach/create-matrix-action@v3
@@ -67,7 +67,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Generate ENV related extend file for docker-compose
uses: cuchi/jinja2-action@v1.2.0
.github/workflows/generate-execution-matrix.ymldiffbeforeafterboth1name: Prepare execution matrix23on:4 workflow_call:5 # Map the workflow outputs to job outputs6 outputs:7 matrix_values:8 description: "Matix output"9 matrix: ${{ jobs.prepare-execution-matrix.outputs.matrix }}101112#concurrency:13# group: ${{ github.workflow }}-${{ github.head_ref }}14# cancel-in-progress: true151617jobs:18 prepare-execution-matrix:19 name: Generate output20 runs-on: self-hosted-ci21 # Map the job outputs to step outputs22 outputs:23 matrix: ${{ steps.create_matrix.outputs.matrix }}2425 steps:2627 - name: Clean Workspace28 uses: AutoModality/action-clean@v1.1.02930 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it31 - uses: actions/checkout@v332 with:33 ref: ${{ github.head_ref }} #Checking out head commit3435 - name: Read .env file36 uses: xom9ikk/dotenv@v1.0.23738 - name: Create Execution matrix39 uses: CertainLach/create-matrix-action@v340 id: create_matrix41 with:42 matrix: |43 network {opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.OPAL_MAINNET_TAG }}}, replica_from_address {${{ env.OPAL_REPLICA_FROM }}}44 network {quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}, replica_from_address {${{ env.QUARTZ_REPLICA_FROM }}}45 network {unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}, replica_from_address {${{ env.UNIQUE_REPLICA_FROM }}}1name: Prepare execution matrix23on:4 workflow_call:5 # Map the workflow outputs to job outputs6 outputs:7 matrix_values:8 description: "Matix output"9 matrix: ${{ jobs.prepare-execution-matrix.outputs.matrix }}101112#concurrency:13# group: ${{ github.workflow }}-${{ github.head_ref }}14# cancel-in-progress: true151617jobs:18 prepare-execution-matrix:19 name: Generate output20 runs-on: self-hosted-ci21 # Map the job outputs to step outputs22 outputs:23 matrix: ${{ steps.create_matrix.outputs.matrix }}2425 steps:2627 - name: Clean Workspace28 uses: AutoModality/action-clean@v1.1.02930 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it31 - uses: actions/checkout@v332 with:33 ref: ${{ github.head_ref }} #Checking out head commit3435 - name: Read .env file36 uses: xom9ikk/dotenv@v23738 - name: Create Execution matrix39 uses: CertainLach/create-matrix-action@v340 id: create_matrix41 with:42 matrix: |43 network {opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.OPAL_MAINNET_TAG }}}, replica_from_address {${{ env.OPAL_REPLICA_FROM }}}44 network {quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}, replica_from_address {${{ env.QUARTZ_REPLICA_FROM }}}45 network {unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}, replica_from_address {${{ env.UNIQUE_REPLICA_FROM }}}.github/workflows/market-test_v2.ymldiffbeforeafterboth--- a/.github/workflows/market-test_v2.yml
+++ b/.github/workflows/market-test_v2.yml
@@ -48,7 +48,7 @@
ref: 'master'
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Copy qa-tests/.env.example to qa-tests/.env
working-directory: qa-tests
@@ -146,7 +146,7 @@
run: cat .env
- name: Read qa -test .env file Before market start
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
with:
path: qa-tests/
.github/workflows/node-only-update_v2.ymldiffbeforeafterboth--- a/.github/workflows/node-only-update_v2.yml
+++ b/.github/workflows/node-only-update_v2.yml
@@ -29,7 +29,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Create Execution matrix
uses: CertainLach/create-matrix-action@v3
@@ -68,7 +68,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Generate ENV related extend file for docker-compose
uses: cuchi/jinja2-action@v1.2.0
.github/workflows/testnet-build.ymldiffbeforeafterboth--- a/.github/workflows/testnet-build.yml
+++ b/.github/workflows/testnet-build.yml
@@ -45,7 +45,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Create Execution matrix
uses: fabiocaccamo/create-matrix-action@v2
@@ -85,7 +85,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Generate ENV related extend file for docker-compose
uses: cuchi/jinja2-action@v1.2.0
.github/workflows/try-runtime_v2.ymldiffbeforeafterboth--- a/.github/workflows/try-runtime_v2.yml
+++ b/.github/workflows/try-runtime_v2.yml
@@ -35,7 +35,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Generate ENV related extend file for docker-compose
uses: cuchi/jinja2-action@v1.2.0
.github/workflows/unit-test_v2.ymldiffbeforeafterboth--- a/.github/workflows/unit-test_v2.yml
+++ b/.github/workflows/unit-test_v2.yml
@@ -29,7 +29,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Generate ENV related extend file for docker-compose
uses: cuchi/jinja2-action@v1.2.0
.github/workflows/xcm.ymldiffbeforeafterboth--- a/.github/workflows/xcm.yml
+++ b/.github/workflows/xcm.yml
@@ -33,7 +33,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Create Execution matrix
uses: fabiocaccamo/create-matrix-action@v2
@@ -74,7 +74,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Log in to Docker Hub
uses: docker/login-action@v2.0.0
@@ -298,7 +298,7 @@
ref: ${{ github.head_ref }} #Checking out head commit
- name: Read .env file
- uses: xom9ikk/dotenv@v1.0.2
+ uses: xom9ikk/dotenv@v2
- name: Generate ENV related extend file for docker-compose
uses: cuchi/jinja2-action@v1.2.0