git.delta.rocks / unique-network / refs/commits / fc9c3458db70

difftreelog

update xom9ikk@dotenv to v2

Konstantin Astakhov2022-10-20parent: #ba7ab8a.patch.diff
in: master

11 files changed

modified.github/workflows/dev-build-tests_v2.ymldiffbeforeafterboth
44 ref: ${{ github.head_ref }} #Checking out head commit44 ref: ${{ github.head_ref }} #Checking out head commit
4545
46 - name: Read .env file46 - name: Read .env file
47 uses: xom9ikk/dotenv@v1.0.247 uses: xom9ikk/dotenv@v2
4848
49 - name: Generate ENV related extend file for docker-compose49 - name: Generate ENV related extend file for docker-compose
50 uses: cuchi/jinja2-action@v1.2.050 uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/execution-matrix.ymldiffbeforeafterboth
29 ref: ${{ github.head_ref }} #Checking out head commit29 ref: ${{ github.head_ref }} #Checking out head commit
3030
31 - name: Read .env file31 - name: Read .env file
32 uses: xom9ikk/dotenv@v1.0.232 uses: xom9ikk/dotenv@v2
3333
34 - name: Create Execution matrix34 - name: Create Execution matrix
35 uses: CertainLach/create-matrix-action@v335 uses: CertainLach/create-matrix-action@v3
modified.github/workflows/forkless-update-data_v2.ymldiffbeforeafterboth
29 ref: ${{ github.head_ref }} #Checking out head commit29 ref: ${{ github.head_ref }} #Checking out head commit
3030
31 - name: Read .env file31 - name: Read .env file
32 uses: xom9ikk/dotenv@v1.0.232 uses: xom9ikk/dotenv@v2
3333
34 - name: Create Execution matrix34 - name: Create Execution matrix
35 uses: CertainLach/create-matrix-action@v335 uses: CertainLach/create-matrix-action@v3
64 ref: ${{ github.head_ref }} #Checking out head commit64 ref: ${{ github.head_ref }} #Checking out head commit
6565
66 - name: Read .env file66 - name: Read .env file
67 uses: xom9ikk/dotenv@v1.0.267 uses: xom9ikk/dotenv@v2
6868
69 - name: Generate ENV related extend file for docker-compose69 - name: Generate ENV related extend file for docker-compose
70 uses: cuchi/jinja2-action@v1.2.070 uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/forkless-update-nodata_v2.ymldiffbeforeafterboth
30 ref: ${{ github.head_ref }} #Checking out head commit30 ref: ${{ github.head_ref }} #Checking out head commit
3131
32 - name: Read .env file32 - name: Read .env file
33 uses: xom9ikk/dotenv@v1.0.233 uses: xom9ikk/dotenv@v2
3434
35 - name: Create Execution matrix35 - name: Create Execution matrix
36 uses: fabiocaccamo/create-matrix-action@v236 uses: fabiocaccamo/create-matrix-action@v2
67 ref: ${{ github.head_ref }} #Checking out head commit67 ref: ${{ github.head_ref }} #Checking out head commit
6868
69 - name: Read .env file69 - name: Read .env file
70 uses: xom9ikk/dotenv@v1.0.270 uses: xom9ikk/dotenv@v2
7171
72 - name: Generate ENV related extend file for docker-compose72 - name: Generate ENV related extend file for docker-compose
73 uses: cuchi/jinja2-action@v1.2.073 uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/generate-execution-matrix.ymldiffbeforeafterboth
33 ref: ${{ github.head_ref }} #Checking out head commit33 ref: ${{ github.head_ref }} #Checking out head commit
3434
35 - name: Read .env file35 - name: Read .env file
36 uses: xom9ikk/dotenv@v1.0.236 uses: xom9ikk/dotenv@v2
3737
38 - name: Create Execution matrix38 - name: Create Execution matrix
39 uses: CertainLach/create-matrix-action@v339 uses: CertainLach/create-matrix-action@v3
modified.github/workflows/market-test_v2.ymldiffbeforeafterboth
48 ref: 'master'48 ref: 'master'
4949
50 - name: Read .env file50 - name: Read .env file
51 uses: xom9ikk/dotenv@v1.0.251 uses: xom9ikk/dotenv@v2
52 52
53 - name: Copy qa-tests/.env.example to qa-tests/.env53 - name: Copy qa-tests/.env.example to qa-tests/.env
54 working-directory: qa-tests54 working-directory: qa-tests
138 run: cat .env138 run: cat .env
139139
140 - name: Read qa -test .env file Before market start140 - name: Read qa -test .env file Before market start
141 uses: xom9ikk/dotenv@v1.0.2141 uses: xom9ikk/dotenv@v2
142 with:142 with:
143 path: qa-tests/143 path: qa-tests/
144144
modified.github/workflows/node-only-update_v2.ymldiffbeforeafterboth
29 ref: ${{ github.head_ref }} #Checking out head commit29 ref: ${{ github.head_ref }} #Checking out head commit
3030
31 - name: Read .env file31 - name: Read .env file
32 uses: xom9ikk/dotenv@v1.0.232 uses: xom9ikk/dotenv@v2
3333
34 - name: Create Execution matrix34 - name: Create Execution matrix
35 uses: fabiocaccamo/create-matrix-action@v235 uses: fabiocaccamo/create-matrix-action@v2
70 ref: ${{ github.head_ref }} #Checking out head commit70 ref: ${{ github.head_ref }} #Checking out head commit
7171
72 - name: Read .env file72 - name: Read .env file
73 uses: xom9ikk/dotenv@v1.0.273 uses: xom9ikk/dotenv@v2
7474
75 - name: Generate ENV related extend file for docker-compose75 - name: Generate ENV related extend file for docker-compose
76 uses: cuchi/jinja2-action@v1.2.076 uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/testnet-build.ymldiffbeforeafterboth
45 ref: ${{ github.head_ref }} #Checking out head commit45 ref: ${{ github.head_ref }} #Checking out head commit
4646
47 - name: Read .env file47 - name: Read .env file
48 uses: xom9ikk/dotenv@v1.0.248 uses: xom9ikk/dotenv@v2
4949
50 - name: Create Execution matrix50 - name: Create Execution matrix
51 uses: fabiocaccamo/create-matrix-action@v251 uses: fabiocaccamo/create-matrix-action@v2
85 ref: ${{ github.head_ref }} #Checking out head commit85 ref: ${{ github.head_ref }} #Checking out head commit
8686
87 - name: Read .env file87 - name: Read .env file
88 uses: xom9ikk/dotenv@v1.0.288 uses: xom9ikk/dotenv@v2
8989
90 - name: Generate ENV related extend file for docker-compose90 - name: Generate ENV related extend file for docker-compose
91 uses: cuchi/jinja2-action@v1.2.091 uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/try-runtime_v2.ymldiffbeforeafterboth
35 ref: ${{ github.head_ref }} #Checking out head commit35 ref: ${{ github.head_ref }} #Checking out head commit
3636
37 - name: Read .env file37 - name: Read .env file
38 uses: xom9ikk/dotenv@v1.0.238 uses: xom9ikk/dotenv@v2
3939
40 - name: Generate ENV related extend file for docker-compose40 - name: Generate ENV related extend file for docker-compose
41 uses: cuchi/jinja2-action@v1.2.041 uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/unit-test_v2.ymldiffbeforeafterboth
29 ref: ${{ github.head_ref }} #Checking out head commit29 ref: ${{ github.head_ref }} #Checking out head commit
3030
31 - name: Read .env file31 - name: Read .env file
32 uses: xom9ikk/dotenv@v1.0.232 uses: xom9ikk/dotenv@v2
3333
34 - name: Generate ENV related extend file for docker-compose34 - name: Generate ENV related extend file for docker-compose
35 uses: cuchi/jinja2-action@v1.2.035 uses: cuchi/jinja2-action@v1.2.0
modified.github/workflows/xcm.ymldiffbeforeafterboth
33 ref: ${{ github.head_ref }} #Checking out head commit33 ref: ${{ github.head_ref }} #Checking out head commit
3434
35 - name: Read .env file35 - name: Read .env file
36 uses: xom9ikk/dotenv@v1.0.236 uses: xom9ikk/dotenv@v2
3737
38 - name: Create Execution matrix38 - name: Create Execution matrix
39 uses: fabiocaccamo/create-matrix-action@v239 uses: fabiocaccamo/create-matrix-action@v2
74 ref: ${{ github.head_ref }} #Checking out head commit74 ref: ${{ github.head_ref }} #Checking out head commit
7575
76 - name: Read .env file76 - name: Read .env file
77 uses: xom9ikk/dotenv@v1.0.277 uses: xom9ikk/dotenv@v2
7878
79 - name: Log in to Docker Hub79 - name: Log in to Docker Hub
80 uses: docker/login-action@v2.0.080 uses: docker/login-action@v2.0.0
298 ref: ${{ github.head_ref }} #Checking out head commit298 ref: ${{ github.head_ref }} #Checking out head commit
299299
300 - name: Read .env file300 - name: Read .env file
301 uses: xom9ikk/dotenv@v1.0.2301 uses: xom9ikk/dotenv@v2
302302
303 - name: Generate ENV related extend file for docker-compose303 - name: Generate ENV related extend file for docker-compose
304 uses: cuchi/jinja2-action@v1.2.0304 uses: cuchi/jinja2-action@v1.2.0